Ticket #2637 (closed: fixed)
Ensure algorithms can be used in a command pattern from python
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 28 |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
So this is using the "non-simple" python API.
Check that you can:
- Create an alg by name and optionally version
- set all parameters
- Execute it and handle errors.
Change History
comment:5 Changed 10 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 9 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.
(In [10520]) Refs #2637. Remove some temporay debug code.