mantidproject / mslice

Source code for Mantid MSlice
http://mantidproject.github.io/mslice
1 stars 1 forks source link

Added import for Mantid algorithm wrappers back into CLI #965

Closed SilkeSchomann closed 6 months ago

SilkeSchomann commented 6 months ago

Description of work:

The import for Mantid algorithm wrappers was removed by accident earlier this year. It has now been added back.

To test:

Follow instructions in original issue.

Fixes #961.

SilkeSchomann commented 6 months ago

Could we also add an issue to add a "scripts systems test" where we generate a script and then run it to check that it executes without error? (This could be done after release 6.9)

Good idea!

So far I've only added another CLI test to the manual testing instructions: https://github.com/mantidproject/mantid/pull/36658.