Ticket #198 (closed: fixed)
Remove the need to specify the version number of an algorithm
Reported by: | Nick Draper | Owned by: | Matt Clarke |
---|---|---|---|
Priority: | major | Milestone: | Iteration 11 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
At the moment to execute an algorithm in the Python API you have to specify a version number. This should be optional. At the moment this works
mtd.execute("LoadRaw","C:/Mantid/Test/Data/MAR11060.RAW;test",-1)
But this should work as well
mtd.execute("LoadRaw","C:/Mantid/Test/Data/MAR11060.RAW;test")
Change History
Note: See
TracTickets for help on using
tickets.
(In [1264]) Overloaded python wrapper to allow algorithm version number to be omitted in FrameworkManager; also, updated python tests. Refs #198