Ticket #2077 (closed: wontfix)
NearestNeighbours: Should be able to run on a non-parametrized instrument
Reported by: | Janik Zikovsky | Owned by: | Michael Whitty |
---|---|---|---|
Priority: | major | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
Right now, without a Parameter map, you get a segfault when trying getNeighbours. Not all instruments need parameter maps and adding one to all instruments would cause slow-downs because of the way the parametrized component factory works.
The nearest neighbor info should maybe be saved in a separate member from the parameter map?
Change History
Note: See
TracTickets for help on using
tickets.
I think it has been decided we won't be doing this