Ticket #4658 (closed: fixed)
Size function for GroupWorkspace in new Python API
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
To get #4595 to work for new python API. We need a size method for group workspaces. Should also unit test old and new APIs for this feature.
Change History
comment:3 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
Tester: Simple to test this. Try to call size() on a group workspace in python. Ensure this works for both the new and old api.
comment:4 Changed 9 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
comment:5 Changed 9 years ago by Owen Arnold
refs #4658. New method added to new python api
Changeset: d64cffe6900fd3022b073e2ab0eb511eb3272be6
comment:6 Changed 9 years ago by Russell Taylor
- Status changed from verifying to closed
Checks out with both APIs.
comment:7 Changed 7 years ago by Samuel Jackson
Refs #4658 Logic correction for MSDFit.
Changeset: 849ea7c4db846d469d51b4ec509739bae04fda13
comment:8 Changed 7 years ago by Samuel Jackson
Refs #4658 Fix order of tabs.
Changeset: c938a26924a5be0aa43936f4c069732dc31bf8cf
comment:9 Changed 7 years ago by Samuel Jackson
Refs #4658 Update reference results for MSDFit.
Changeset: 5cb9498b27ba08555788a2a09e51a63775621310
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5505
refs #4658. New method added to new python api