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 reading data from h5 sources, e.g. a NeXuS file, the following error happens for rather large datasets: ValueError: invalid shape in fixed-type tuple: dtype size in bytes must fit into a C int.
A possible solution is proposed here
This would mean to change the reading of raw data from fromarrays to append_fields in
when reading data from h5 sources, e.g. a NeXuS file, the following error happens for rather large datasets:
ValueError: invalid shape in fixed-type tuple: dtype size in bytes must fit into a C int.
A possible solution is proposed here
This would mean to change the reading of raw data from
fromarrays
toappend_fields
inpyEvalData/pyEvalData/io/sardana_nexus.py
Line 172 in fa72dad
thanks to @amolodts for finding this bug
The text was updated successfully, but these errors were encountered: