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
Docstring promises a deep copy, but actually causes to delete "not split off" arrays from the original storage. Fix is to use copy.deepcopy instead of normal copy likely.
Reminder to myself:
Docstring promises a deep copy, but actually causes to delete "not split off" arrays from the original storage. Fix is to use copy.deepcopy instead of normal copy likely.
pyiron_base/pyiron_base/storage/flattenedstorage.py
Line 702 in d99259d
The text was updated successfully, but these errors were encountered: