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
Several functions use a test-variable read or such to check the length of a variable (1 for scalar, n for n-vector..). This is not entirely trivial when accounting for numpy maskedarrays: #247
There exists a function that checks the vector length from file reads:
Several functions use a test-variable read or such to check the length of a variable (1 for scalar, n for n-vector..). This is not entirely trivial when accounting for numpy maskedarrays:
#247
There exists a function that checks the vector length from file reads:
analysator/pyVlsv/vlsvreader.py
Line 735 in 038dadc
Consolidating such checks to a single function, with datareducer support, and applying that function wherever required would do good.
The text was updated successfully, but these errors were encountered: