"...MDAlgorithms/git@code.ornl.gov:mantidproject/mantid.git" did not exist on "27215dbf9e03efd44041085d3ad0e1b5136882e9"
-
David Fairbrother authored
Updates the IndexType to have a new method to convert to a string, this reduction in strict type safety could mean developers could abuse SpectrumIndex -> String conversions. However, it enables us to print a string representation of an index, such as if we need to say index x is out of range. Previously, the at() access on the IndexProperty map would throw with an invalid key message. This is useless for anyone who is trying to Mask a range of specra (such as 500), as you have to guess if the min / max or a middle value was bad.
David Fairbrother authoredUpdates the IndexType to have a new method to convert to a string, this reduction in strict type safety could mean developers could abuse SpectrumIndex -> String conversions. However, it enables us to print a string representation of an index, such as if we need to say index x is out of range. Previously, the at() access on the IndexProperty map would throw with an invalid key message. This is useless for anyone who is trying to Mask a range of specra (such as 500), as you have to guess if the min / max or a middle value was bad.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.