Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the need to specify the version number of an algorithm #1046

Closed
NickDraper opened this issue Aug 4, 2008 · 1 comment
Closed

Remove the need to specify the version number of an algorithm #1046

NickDraper opened this issue Aug 4, 2008 · 1 comment
Milestone

Comments

@NickDraper
Copy link
Contributor

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”)

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 198

@NickDraper NickDraper added this to the Iteration 11 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant