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
Instead of saving the simulation data imported from the workflow.hdf5 file as a python dictionary .pkl file, it would be better to only import the data required for each calculation plotting cell in the notebooks with h5py's h5.get function. See stackoverflow about this here.
The text was updated successfully, but these errors were encountered:
Instead of saving the simulation data imported from the
workflow.hdf5
file as a python dictionary.pkl
file, it would be better to only import the data required for each calculation plotting cell in the notebooks with h5py'sh5.get
function. See stackoverflow about this here.The text was updated successfully, but these errors were encountered: