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
rename the example (so it doesn't just call the functions in the package)
get_z (and possibly wf_creator) fails:
Traceback (most recent call last):
File "complex2.py", line 126, in <module>
get_z=get_z,
File "/home/x/down/tenv/lib/python3.6/site-packages/rocketsled/control.py", line 228, in configure
config[kw] = serialize(kwargs[kw])
File "/home/x/down/tenv/lib/python3.6/site-packages/rocketsled/utils.py", line 132, in serialize
full_import_path = all_pkgs[-1] + mod_sep + full_import_path
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
To reproduce:
The text was updated successfully, but these errors were encountered: