Ticket #413 (closed: fixed)
Extracting workspaces in Python fails
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 15 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Error on this command
w=mtd.getWorkspace('rebinned')
Error
w=mtd.getWorkspace('rebinned')
Change History
Note: See
TracTickets for help on using
tickets.
(In [2023]) Fixed problem with Python API and getWorkspace call. This is now called getMatrixWorkspace to reflect the change in the workspace hiearchy. Re #413