In the course of testing #908 I wanted to add a unit test to test that new code in the CI. And I realized I had long ago wrote -- but never committed, by accident -- a test_mast_wss.py file.
This PR adds that file, including with an added test for the OPD rescaling feature added in #908. As such, we should expect the CI tests for this PR to fail until #908 is merged, and then subsequently pass after that.
In the course of testing #908 I wanted to add a unit test to test that new code in the CI. And I realized I had long ago wrote -- but never committed, by accident -- a
test_mast_wss.py
file.This PR adds that file, including with an added test for the OPD rescaling feature added in #908. As such, we should expect the CI tests for this PR to fail until #908 is merged, and then subsequently pass after that.