Ticket #6600 (closed: fixed)
python interpreter throws 'Unknown property type' error with LoadSassena
Reported by: | Jose Borreguero | Owned by: | Jose Borreguero |
---|---|---|---|
Priority: | major | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
Loading a sassena file in the python interpreter or the script window throws
Example:
LoadSassena(Filename='/tmp/charge06fqt_after.h5',OutputWorkspace='other') RuntimeError: Unknown property type encountered. "other_qvectors" on "LoadSassena" is not understood by Python. Please contact development team at line 1 in '__main__' caused by line 490 in '/home/jmborr/devel/mantidproject/mantid/Code/debug/bin/mantid/simpleapi.py' caused by line 410 in '/home/jmborr/devel/mantidproject/mantid/Code/debug/bin/mantid/simpleapi.py'
Attachments
Change History
comment:3 Changed 8 years ago by Jose Borreguero
Refs #6600 remove commented lines
Changeset: c83aa3a009b215fca61abcb9644bf76a891b68e4
comment:4 Changed 8 years ago by Jose Borreguero
- Status changed from accepted to verify
- Resolution set to fixed
Test: Loading the attached file in the python interpreter:
ws=LoadSassena(Filename='example.h5')
should report no errors now.
comment:5 Changed 8 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
Note: See
TracTickets for help on using
tickets.
Refs #6600 Removed unneeded declared properies
I was done declareProperty for each member workspace, which is not needed.