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
Proposed workaround:
change the docval macro for 'scalar_data' from:
'scalar_data': [str, int, float]
to:
'scalar_data': [str, int, float, np.float64]
until a fix is released in a future version of h5py. The fix has already been pushed to their master branch, but it may be a while before it is released.
The text was updated successfully, but these errors were encountered:
See NeurodataWithoutBorders/pynwb#1015
Proposed workaround:
change the docval macro for 'scalar_data' from:
to:
until a fix is released in a future version of h5py. The fix has already been pushed to their master branch, but it may be a while before it is released.
The text was updated successfully, but these errors were encountered: