spacetelescope / webbpsf

James Webb Space Telescope PSF simulation tool
https://webbpsf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
119 stars 63 forks source link

add CI tests for mast_wss, in test_mast_wss.py #911

Closed mperrin closed 2 months ago

mperrin commented 2 months ago

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.

pep8speaks commented 2 months ago

Hello @mperrin, Thank you for updating !

Line 36:13: E127 continuation line over-indented for visual indent

Comment last updated at 2024-09-11 20:57:38 UTC