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
when running Lorenz Model EnKF example-distributed.ipnyb I get this error: ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/object/apply:numpy.core.multiarray._reconstruct' in "settings.yaml", line 5, column 13
The text was updated successfully, but these errors were encountered:
I got the same error in the "Lorenz 96 model ensemble demonstration.ipynb". Seems similar to this issue. Changing settings = yaml.safe_load(stream)
to settings = yaml.load(stream, Loader=yaml.Loader) in BMILorenz.py solved the issue for me.
when running Lorenz Model EnKF example-distributed.ipnyb I get this error:
ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/object/apply:numpy.core.multiarray._reconstruct' in "settings.yaml", line 5, column 13
The text was updated successfully, but these errors were encountered: