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
#30 removes the feature where scripts would automatically store their exact config as a yaml file. I think we can't replicate that without introducing the kind of complexity that #30 got rid of. But we could do something simple, like calling repr() on all the script arguments and then storing that. This wouldn't let us automatically re-run stuff, but at least serves as some documentation.
The text was updated successfully, but these errors were encountered:
#30 removes the feature where scripts would automatically store their exact config as a yaml file. I think we can't replicate that without introducing the kind of complexity that #30 got rid of. But we could do something simple, like calling
repr()
on all the script arguments and then storing that. This wouldn't let us automatically re-run stuff, but at least serves as some documentation.The text was updated successfully, but these errors were encountered: