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
As mentioned in #164 and #179, the saving of snapshots can be revisited now we have the ability to update a variable inside a process step (#178 and #179). This would make using finalize_step in a model obsolete. However, this is quite a breaking change, and therefore should have a deprecation cycle.
Also, I don't know what can be done before finalize_step is removed.
proposal
issue a warning when the user uses finalize_step in a model, pointing to the documentation Docs #182. and mentioning when the feature is to be deprecated.
actually deprecate the feature, and reduce the entire snapshots system
The text was updated successfully, but these errors were encountered:
problem
As mentioned in #164 and #179, the saving of snapshots can be revisited now we have the ability to update a variable inside a process step (#178 and #179). This would make using
finalize_step
in a model obsolete. However, this is quite a breaking change, and therefore should have a deprecation cycle.Also, I don't know what can be done before
finalize_step
is removed.proposal
finalize_step
in a model, pointing to the documentation Docs #182. and mentioning when the feature is to be deprecated.The text was updated successfully, but these errors were encountered: