Details
-
Type:
Improvement
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:1
-
Epic Link:
-
Team:Alert Production
Description
Several classes in GaussianProcess use ints to represent boolean values. These should be replaced with bool.
Likewise, in some places ints are used to represent non-boolean states (e.g., dir in KdTree::_organize. These should be replaced with enums.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Description | Several classes in {{GaussianProcess}} use ints to represent boolean values. These should be replaced with {{bool}}. |
Several classes in {{GaussianProcess}} use ints to represent boolean values. These should be replaced with {{bool}}.
Likewise, in some places ints are used to represent non-boolean states (e.g., {{dir}} in {{KdTree::_organize}}. These should be replaced with enums. |
Labels | SciencePipelines | PairCoding SciencePipelines |