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 both varDataNew and varDataRef are h5py Datasets, the subtraction operator in compare_tests.py throws a type error. I think the solution is to use numpy array slicing to convert the Datasets to numpy arrays.
The text was updated successfully, but these errors were encountered:
When both varDataNew and varDataRef are h5py Datasets, the subtraction operator in compare_tests.py throws a type error. I think the solution is to use numpy array slicing to convert the Datasets to numpy arrays.
The text was updated successfully, but these errors were encountered: