mantidproject / mslice

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

Fix IndexError caused by saving a slice as a matlab file #874

Closed MialLewis closed 1 year ago

MialLewis commented 1 year ago

Description of work:

To test:

Follow instructions in https://github.com/mantidproject/mslice/issues/830.

This PR ensures that properties of a workspace are only propagated if they are not None.

Fixes #830