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
The CarsonsEquations model class is instantiated from another object that contains the necessary attributes. This poses a problem when you want to run Carson's equations on some values as you need to create a shim class to pass those values to the model.
Some ideas for improving this
add property names in __init__ instead of a plain model
keep the model and replace with a dictionary
The text was updated successfully, but these errors were encountered:
The
CarsonsEquations
model class is instantiated from another object that contains the necessary attributes. This poses a problem when you want to run Carson's equations on some values as you need to create a shim class to pass those values to the model.Some ideas for improving this
__init__
instead of a plain modelmodel
and replace with a dictionaryThe text was updated successfully, but these errors were encountered: