MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / arrayize

Function arrayize

dev/scripts/ECS_fitter.py:59–60  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

57
58
59def arrayize(*args):
60 return [np.array(a) for a in args]
61
62
63def HFO():

Callers 2

HFOFunction · 0.85
pentanesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected