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
When method Reform.modify_parameters is called twice, the second call resets the changes made by the first call. It is not a bug, but it can cause hard to debug errors.
When method
Reform.modify_parameters
is called twice, the second call resets the changes made by the first call. It is not a bug, but it can cause hard to debug errors.For example, this bug occurred here.
It would be nice if a warning was added when method
modify_parameters
is called more than once.The text was updated successfully, but these errors were encountered: