Ticket #5944 (closed: fixed)
Load docstring in Python is incorrect in new API
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.3 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
Some of the examples do not work
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Fix docstring for Load. Refs #5944
Changeset: 925280e79646a966ce9fd6a12779580615e0de3c
comment:3 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Tester: Please ensure that all examples in the docstring work correctly
comment:4 Changed 8 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:5 Changed 8 years ago by Andrei Savici
- Status changed from verifying to closed
run_ws = Load('LOQ49886',Precount=True)
complains about Precount
You've passed a property (Precount) to Load() that doesn't apply to this file type.
comment:6 Changed 8 years ago by Martyn Gigg
Fix docstring for Load. Refs #5944
Changeset: 925280e79646a966ce9fd6a12779580615e0de3c
Note: See
TracTickets for help on using
tickets.