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
Currently, amici::Model::state_ and amici::Model::simulation_parameters_ both contain fixed_parameters and plist. Those values aren't synced. amici::Model::simulation_parameters_ is initialized during construction and never updated. Setters will only update amici::Model::state_.
This is confusing and likely to cause trouble at some point, and thus, should be changed.
The text was updated successfully, but these errors were encountered:
Currently,
amici::Model::state_
andamici::Model::simulation_parameters_
both containfixed_parameters
andplist
. Those values aren't synced.amici::Model::simulation_parameters_
is initialized during construction and never updated. Setters will only updateamici::Model::state_
.This is confusing and likely to cause trouble at some point, and thus, should be changed.
The text was updated successfully, but these errors were encountered: