Ticket #2761 (closed: fixed)
Create isDirty method for Workspace
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Create a method that checks whether the length of a workspace's history is longer than 1.
Alternatively, allow user to specify the number of algorithms defining a clean workspace (to be used within reduction algo steps only)
Expose to python.
Change History
comment:3 Changed 10 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
Note: See
TracTickets for help on using
tickets.
(In [10502]) Added isDirty method. Exposed to python. Added test. Re #2761