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
If a step does not have a model it should blow up.
We can probably run the has Pathway.remove_unchanged_subrecords function and compare the new to_save dictionary with the old one and make sure that we were not relying on some inference logic and explode if so.
The text was updated successfully, but these errors were encountered:
At the moment pathways save the world which has lead to several surprising events.
pseudo code resolution looks like the below.
If a step does not have a model it should blow up.
We can probably run the has
Pathway.remove_unchanged_subrecords
function and compare the new to_save dictionary with the old one and make sure that we were not relying on some inference logic and explode if so.The text was updated successfully, but these errors were encountered: