Ticket #4993 (closed: fixed)
MUON: Hardcoded max number of fits
Reported by: | Anders Markvardsen | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
I have put it under MUON category - although this hardcoded max number may refer to a generic limit that need changing in Mantid.
More specifically Adrian Hillier writes:
Hi, Just found a feature in the mantid result table. It seems that 38 fits is the maximum number. Mantid reports maximum number has been reached. This needs to be much higher. Cheers Aidy
Please change this limit to 1000. Even better if this limit can be removed entirely
Change History
comment:3 Changed 9 years ago by Robert Whitley
Refs #4993. Delete rows from both tables, not just fitting.
Changeset: d3e444c2ebabb11e8f8a340f85824035ad2597be
comment:4 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Robert Whitley
Refs #4993. Remove the limit for both log and fitting tables.
Table rows should be dynamically created and deleted.
Changeset: ebfcd8815d993f8e8293f0ab6db61d93de138510
comment:6 Changed 9 years ago by Robert Whitley
Refs #4993. Delete rows from both tables, not just fitting.
Changeset: d3e444c2ebabb11e8f8a340f85824035ad2597be
comment:7 Changed 8 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
Refs #4993. Remove the limit for both log and fitting tables.
Table rows should be dynamically created and deleted.