Ticket #4650 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

TimeSeriesProperty is also missing from Python

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

Description

Not sure how that one slipped through

from mantid.simpleapi import *
ws = Load('CNCS_7860_event_nxs')
print ws.getRun()['Phase1'].value

currently produces an error

Change History

comment:1 Changed 9 years ago by Andrei Savici

  • Cc saviciat@… added

comment:2 Changed 9 years ago by Martyn Gigg

Refs #4650. Add the missing TimeSeriesProperty export.

Changeset: ac758001a4b1307c1f7e3c313737889fff98c857

comment:3 Changed 9 years ago by Martyn Gigg

  • Status changed from new to accepted

comment:4 Changed 9 years ago by Martyn Gigg

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

comment:5 Changed 9 years ago by Andrei Savici

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

comment:6 Changed 9 years ago by Andrei Savici

  • Status changed from verifying to closed

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 5497

Note: See TracTickets for help on using tickets.