Ticket #1646 (closed: fixed)
Change getParameter to default to a recursive search
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
Change History
comment:3 Changed 10 years ago by Martyn Gigg
(In [6188]) Previous update to ParameterMap search fixed some behaviour when matching types that never actually worked properly. This resulted in test breakages. The problem was that fitting parameters were marked as type='fitting' in the definition file but called FitParamter in the ParameterMap. Searching for type 'fitting' then returned nothing. The type has been moved to from FitParameter->fitting so that ParameterMap::get/getRecursive now function correctly with the type argument. Re #1646
comment:4 Changed 10 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:7 Changed 10 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.