Ticket #4491 (closed: fixed)
Python: Workspace groups can't be passed into algorithms
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Peter Parker |
Description
Try this:
x=Load("CSP78173") x=Scale(x,2)
Change History
comment:2 Changed 9 years ago by Martyn Gigg
Refs #4491. Handle WorkspaceGroups in algorithms from python.
A type handler had not been declared for WorkspaceGroups. Load now also only returns a WorkspaceGroup rather than the group and its members in a tuple.
Changeset: 38548a9bc9958f24473e3f7056d842e3a48fc285
comment:3 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Peter Parker
- Status changed from verify to verifying
- Tester set to Peter Parker
comment:5 Changed 9 years ago by Martyn Gigg
Refs #4491. Remove debugging code.
Changeset: 915e27f24abb42aa16abbe6d014d48bdf9c4e7f5
Note: See
TracTickets for help on using
tickets.