Ticket #3928 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Expose ObjCompAssemply to python

Reported by: Andrei Savici Owned by: Andrei Savici
Priority: minor Milestone: Release 2.0
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Jose Borreguero

Description


Change History

comment:1 Changed 9 years ago by Andrei Savici

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Andrei Savici

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

In [15179]:

Fixes #3928

comment:3 Changed 9 years ago by Andrei Savici

To test run the following python commands:

LoadEmptyInstrument(Filename="CNCS_Definition.xml",OutputWorkspace="w")
w=mtd["w"]
inst=w.getInstrument()
det=inst[3]
p1=det[0][0][1][1]
print p1.getID()

The output should be 129

comment:4 Changed 9 years ago by Jose Borreguero

  • Status changed from verify to verifying
  • Tester set to Jose Borreguero

comment:5 Changed 9 years ago by Jose Borreguero

  • Status changed from verifying to closed

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4775

Note: See TracTickets for help on using tickets.