Ticket #3858 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Paraview: crash when using the Rebinning filter on a 4D workspace

Reported by: Janik Zikovsky Owned by: Owen Arnold
Priority: major Milestone: Release 2.0
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Michael Reuter

Description

  • Load a MDEW .nxs file, 4D
  • Add Mantid Rebinning filter:
terminate called after throwing an instance of 'std::invalid_argument'
  what():  Wrong type of Workspace stored. Cannot handle with this presenter

Change History

comment:1 Changed 9 years ago by Janik Zikovsky

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Janik Zikovsky

  • Status changed from accepted to assigned
  • Owner changed from Janik Zikovsky to Owen Arnold

comment:3 Changed 9 years ago by Owen Arnold

  • Status changed from assigned to accepted

Should be easy fix.

comment:4 Changed 9 years ago by Owen Arnold

In [14922]:

Fix error Refs #3858. Error is that ADSWorspaceProvider is templated by the type of workspace that it's meant to check for/against. Previous commit had made this object commong to both Presenter types.

comment:5 Changed 9 years ago by Owen Arnold

In [14923]:

Fix error Refs #3858. Remove debugging code. Should work fine now.

comment:6 Changed 9 years ago by Janik Zikovsky

Works for me now.

comment:7 Changed 9 years ago by Owen Arnold

  • Status changed from accepted to verify
  • Resolution set to fixed

No extra tests needed on presenters. Can verify this works by running the rebinning filter after:

  • Loading a *.sqw_old type file
  • Loading a .sqw type file

They should both work.

comment:8 Changed 9 years ago by Michael Reuter

  • Status changed from verify to verifying
  • Tester set to Michael Reuter

comment:9 Changed 9 years ago by Michael Reuter

  • Status changed from verifying to closed

The SQW file works fine, but since the SQW_OLD file is no longer supported, the issue raised by the ticket is invalid.

comment:10 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4705

Note: See TracTickets for help on using tickets.