ArrayDimension data can be set incorrectly #74
Labels
Bug
Issues that report incorrect or undesirable behaviour(s)
Priority: 1
EVENTUAL: A low priority issue that is unlikely to be addressed until the priority increases.
Summary
ArrayDimension
data can be set to be multidimensional, which should not be possible.Steps to reproduce
What is the current bug behavior?
No error.
What is the expected correct behavior?
Possible fixes
This is just because setting multidimensional data and an unsupported
dtype
is only prohibited in__init__
. These two sections of validation should be extracted out into a@property
.The text was updated successfully, but these errors were encountered: