Ticket #9605 (closed: fixed)

Opened 6 years ago

Last modified 5 years ago

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:1 Changed 6 years ago by Karl Palmen

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.

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:5 Changed 6 years ago by Peter Parker

  • Milestone changed from Backlog to Release 3.3

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

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10448

Note: See TracTickets for help on using tickets.