Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 576 Bytes

File metadata and controls

16 lines (11 loc) · 576 Bytes

CI codecov

QuickNXS v1

Magnetism Reflectometer data reduction software (QuickNXS v1 fork).

Development

Install dependencies and run the test suite:

make install   # installs the pixi environment
make test      # runs the full pytest suite
make lint      # runs ruff static analysis