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
Since tp-data read by io.py keeps structured array attributes, NumPy functions (e.g. np.mean() or data.mean('t')) nor data specification (e.g. data['timestamp']) can't be performed on the returned xr.DataArray object.
The text was updated successfully, but these errors were encountered:
Since tp-data read by
io.py
keeps structured array attributes, NumPy functions (e.g.np.mean()
ordata.mean('t')
) nor data specification (e.g.data['timestamp']
) can't be performed on the returned xr.DataArray object.The text was updated successfully, but these errors were encountered: