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
I'll need to actually see here (since I don't use nsid much, just usid), but in a separate package of mine that exact h5py error was because of trying to save a class object with h5py references. Meaning I had to delete references to h5_groups from within that Class object.
writing sidpy dataset objects to NSID h5 files fails. Consider the line
pyNSID.hdf_io.write_nsid_dataset(results, hf['Measurement_000/Channel_000'], main_data_name="new_spectrum");
This results in the following error.
The text was updated successfully, but these errors were encountered: