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
Trying to load an HDF5 morphology with the load_morph_hdf5 method uses the default Morphology kwargs and automatically creates the CyRSoXS objects (create_cy_object=True). Since energies are not associated with the HDF5, this results in Energies=None being based to CyRSoXS.InputData, raising a TypeError.
Need to add the ability to pass Morphology kwargs to load_morph_hdf5, and error handling when Energies=None
The text was updated successfully, but these errors were encountered:
Trying to load an HDF5 morphology with the
load_morph_hdf5
method uses the default Morphology kwargs and automatically creates the CyRSoXS objects (create_cy_object=True). Since energies are not associated with the HDF5, this results inEnergies=None
being based to CyRSoXS.InputData, raising a TypeError.Need to add the ability to pass Morphology kwargs to
load_morph_hdf5
, and error handling whenEnergies=None
The text was updated successfully, but these errors were encountered: