Utilities for working with nuclear mass tables
Documentation: https://elyase.github.io/masstable/
Source Code: https://github.com/elyase/masstable
You should have Pipenv installed. Then, you can install the dependencies with:
pipenv install --dev
After that, activate the virtual environment:
pipenv shell
You can run all the tests with:
make test
Alternatively, you can run pytest
yourself:
pytest
Execute the following command to apply isort
and black
formatting:
make format
This project is licensed under the terms of the MIT license.