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 using ismn in my environment, I get this error:
in test
ismn_reader = ISMN_Interface(ismn_data_folder)
.../lib/python3.6/site-packages/ismn/interface.py:550: in __init__
os.path.join(path_to_data, 'python_metadata', 'metadata.npy'))
.../lib/python3.6/site-packages/numpy/lib/npyio.py:447: in load
pickle_kwargs=pickle_kwargs)
.../lib/python3.6/site-packages/numpy/lib/format.py:692: in read_array
raise ValueError("Object arrays cannot be loaded when "
E ValueError: Object arrays cannot be loaded when allow_pickle=False
When using ismn in my environment, I get this error:
numpy version: 1.16.3
This is probably because the default value for allow_pickle seems to have changed to "False": release notes, security issue description.
The text was updated successfully, but these errors were encountered: