You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should look into adding this call to this package to leverage single AbstractState setup if a user wants to pull lots of combinations of input parameters.
Currently the options are to use the low level interface and loop over AbstractState updates or to loop (or dot syntax) over PropsSI() which instantiates a new AbstractState each time. For things like REFPROP, this is a painful performance hit.
The text was updated successfully, but these errors were encountered:
I think we should look into adding this call to this package to leverage single
AbstractState
setup if a user wants to pull lots of combinations of input parameters.Currently the options are to use the low level interface and loop over
AbstractState
updates or to loop (or dot syntax) overPropsSI()
which instantiates a newAbstractState
each time. For things like REFPROP, this is a painful performance hit.The text was updated successfully, but these errors were encountered: