Ticket #9605 (closed: fixed)
Max algorithm crashes mantid
Reported by: | Roman Tolchenov | Owned by: | Harry Jeffery |
---|---|---|---|
Priority: | major | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
This crashes Mantid:
ws = CreateSampleWorkspace() max_ws = Max(ws, RangeLower=0.5, RangeUpper=5.0)
Change History
comment:2 Changed 6 years ago by Harry Jeffery
Fixed crash in max algorithm. Refs #9605
Changeset: 7d745450a07f2a5506e9c1566dc14ead9c285fa7
comment:3 Changed 6 years ago by Harry Jeffery
- Owner set to Harry Jeffery
- Status changed from new to assigned
comment:4 Changed 6 years ago by Harry Jeffery
- Status changed from assigned to verify
- Resolution set to fixed
comment:6 Changed 6 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper
comment:7 Changed 6 years ago by Nick Draper
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/bugfix/9605_fix_crash_in_max_algorithm'
Full changeset: 7269cb3bb125b6230efa4228bd2ad495bafb6178
Note: See
TracTickets for help on using
tickets.
The range 0.5 to 5.0 does not include any x values, which go (200, 400, 600, .... 20,000). A response to this better than crash is needed.