Ticket #1039 (closed: fixed)
Binary op between a single number and a workspace are (1/a) are disallowed
Reported by: | Martyn Gigg | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description (last modified by Janik Zikovsky) (diff)
Also, allow (1.0 - workspace), make sure workspace ** 2 works too.
Change History
comment:1 Changed 11 years ago by Nick Draper
- Owner set to Russell Taylor
- Priority changed from major to minor
- Status changed from new to assigned
comment:2 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 26 to Iteration 27
Bulk move of tickets to iteration 27, if your ticket is essential for Iteration 26 then move it back.
comment:3 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 27 to Iteration 28
Bulk move of tickets at the end of iteration 27
comment:4 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 28 to Iteration 29
Bulk move of tickets at the end of iteration 28
comment:5 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 29 to Iteration 30
Accepted and assigned tickets moved at iteration 29 code freeze
comment:6 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 30 to Iteration 31
Bulk move of tickets to iteration 31 at the iteration 30 code freeze
comment:7 Changed 9 years ago by Janik Zikovsky
- Owner changed from Russell Taylor to Janik Zikovsky
- Status changed from assigned to accepted
- Component set to Mantid
comment:9 Changed 9 years ago by Janik Zikovsky
Refs #1039: Implemented the power operator for workspaces
Allow PowerMD to call Power for MatrixWorkspaces.
Changeset: 76de42c5200aaa43ac2debed5aed218f1d6028ad
comment:10 Changed 9 years ago by Janik Zikovsky
Refs #1039: 1-WS and 1/WS are now possible
Changeset: baddd9a40f406aafd6175b8eeee2c979243bdc2d
comment:11 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
- Description modified (diff)
Note to testers: Try it from MantidPlot and python. The ** operator in python should work.
comment:12 Changed 9 years ago by Jose Borreguero
- Status changed from verify to verifying
- Tester set to Jose Borreguero
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1887