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
The title might have to be appended with: 'or validation is not carried out upon initialisation'. I realized I am not sure about this. If it is not validated, is it possible to call the validator manually?
The validator for this issue might be simple, but the validation while constructing an object in memory will be tricky: when adding a QUPair column, the datablock is temporarily invalid (chicken-egg problem). Relates to #207 which is for reading faulty input, whereas this issue is for constructing (temporarily) faulty input..
Describe the bug
Initialisation of TimeSeries does not fail when supplying incorrect number of QuantityUnitPairs for the amount of columns.
To Reproduce
Expected behavior
Since there is only QuantityUnitPair supplied and there are two columns, the initialization of TimeSeries should fail I think.
Screenshots
If applicable, add screenshots to help explain your problem.
Version info (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: