Skip to content

fit_adjust_model results can't be stored? #94

Answered by mwshinn
mberns-ru asked this question in Ask for help
Discussion options

You must be logged in to vote

Fit adjust model is called "adjust" model because it takes a single model object and changes it. Here you are reusing the same model object. If you make separate calls to Model for each it will work, e.g.,

model_to_use1 = Model(...)
model_to_use2 = Model(...)

it will work

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mwshinn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants