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
In the VPfit.initialise_model() method, mc.model is called directly.
As of pymc==2.3.7, this results in a warning:
"Instantiating a Model object directly is deprecated. We recommend passing variables directly to the Model subclass."
Currently this warning is being suppressed, but it would be nice to change the method so that suppressing the warning is no longer necessary.
The text was updated successfully, but these errors were encountered:
In the VPfit.initialise_model() method, mc.model is called directly.
As of pymc==2.3.7, this results in a warning:
"Instantiating a Model object directly is deprecated. We recommend passing variables directly to the Model subclass."
Currently this warning is being suppressed, but it would be nice to change the method so that suppressing the warning is no longer necessary.
The text was updated successfully, but these errors were encountered: