Ticket #4442 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Algorithms using WorkspaceProperty<EventWorkspace> don't work in new simple API

Reported by: Martyn Gigg Owned by: Martyn Gigg
Priority: critical Milestone: Release 2.0
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Andrei Savici

Description

Test script

a = Load("CNCS_7860_event.nxs")
b = FilterByTime(a,60,120)

Currently falls over saying it can't set the OutputWorkspace

Change History

comment:1 Changed 9 years ago by Martyn Gigg

Refs #4442. Ensure EventWorkspace properties are detected in python

The WorkspaceProperty hierarchy is not ideal for Python exports but this is too big to change for the current release. The fix here will be sufficient for current algorithms.

Changeset: d55945935017728acb80a8a189c932a0198c060c

comment:2 Changed 9 years ago by Martyn Gigg

  • Status changed from new to accepted

comment:3 Changed 9 years ago by Martyn Gigg

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

comment:4 Changed 9 years ago by Andrei Savici

  • Status changed from verify to verifying
  • Tester set to Andrei Savici

comment:5 Changed 9 years ago by Andrei Savici

  • Status changed from verifying to closed

Works

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 5289

Note: See TracTickets for help on using tickets.