mantidproject / mslice

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

Fix for crash when saving MDHisto into mantid workbench #973

Closed SilkeSchomann closed 5 months ago

SilkeSchomann commented 5 months ago

Description of work:

When creating an MDHisto workspace for a different intensity correction algorithm, this workspace needs to be saved in the ADS. We have tried to prevent this in the past (https://github.com/mantidproject/mslice/pull/925), but it causes crashes when the user wants to access the cut workspace in Mantid Workbench.

Reducing the ADS usage by MSlice is an ongoing maintenance project and there will hopefully be a more sophisticated solution available for the next release.

To test:

Follow the steps in the original issue and check that Mantid does not crash anymore.

Fixes #972.