mantidproject / mslice

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

Suppress returned warning from ADS.clear() #962

Closed SilkeSchomann closed 7 months ago

SilkeSchomann commented 7 months ago

Description of work:

ADS.clear() now returns a warning. This causes an exception in tearDown and tearDownClass methods in tests. I have added code to ignore the warning instead.

To test:

Check if the unit tests for this branch are passing.