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
going from model class/instance in code to the spec is indeed not trivial.
we could try to write the file automatically with inspect.getsource
we'd have to somehow make sure to also include the correct imports though... (maybe that could be left to the user who'll have to provide the env as well.. of course using conda env export --from-history could be a start to make it more convenient for some users)....
going from model class/instance in code to the spec is indeed not trivial.
we could try to write the file automatically with
inspect.getsource
we'd have to somehow make sure to also include the correct imports though... (maybe that could be left to the user who'll have to provide the env as well.. of course using
conda env export --from-history
could be a start to make it more convenient for some users)....Originally posted by @FynnBe in #417 (comment)
The text was updated successfully, but these errors were encountered: