Ticket #4442 (closed: fixed)
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
Note: See
TracTickets for help on using
tickets.
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.