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
ATM, our main objects (Blueprint Input/Output) do not check that all properties (lists) have the same amount of entries.
For example, the data could feature only 3 channels, but the names and units list might contain 100 entries.
We could add a small check on initialisation: all properties should have the same length (that of the data, to be precise).
The text was updated successfully, but these errors were encountered:
ATM, our main objects (Blueprint Input/Output) do not check that all properties (lists) have the same amount of entries.
For example, the data could feature only 3 channels, but the names and units list might contain 100 entries.
We could add a small check on initialisation: all properties should have the same length (that of the data, to be precise).
The text was updated successfully, but these errors were encountered: