-
Notifications
You must be signed in to change notification settings - Fork 8
ArrayDimension data can be set incorrectly #74
Copy link
Copy link
Open
Labels
BugIssues that report incorrect or undesirable behaviour(s)Issues that report incorrect or undesirable behaviour(s)Priority: 1EVENTUAL: A low priority issue that is unlikely to be addressed until the priority increases.EVENTUAL: A low priority issue that is unlikely to be addressed until the priority increases.
Metadata
Metadata
Assignees
Labels
BugIssues that report incorrect or undesirable behaviour(s)Issues that report incorrect or undesirable behaviour(s)Priority: 1EVENTUAL: A low priority issue that is unlikely to be addressed until the priority increases.EVENTUAL: A low priority issue that is unlikely to be addressed until the priority increases.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
ArrayDimensiondata 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
dtypeis only prohibited in__init__. These two sections of validation should be extracted out into a@property.