Ticket #198 (closed: fixed)

Opened 12 years ago

Last modified 5 years ago

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

comment:1 Changed 12 years ago by Matt Clarke

(In [1264]) Overloaded python wrapper to allow algorithm version number to be omitted in FrameworkManager; also, updated python tests. Refs #198

comment:2 Changed 12 years ago by Matt Clarke

(In [1265]) Oops! Refs #198

comment:3 Changed 12 years ago by Matt Clarke

  • Status changed from new to closed
  • Resolution set to fixed

comment:4 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1046

Note: See TracTickets for help on using tickets.