Distributable python package version of GEOPHIRES-X.
Ported from https://github.com/malcolm-dsider/GEOPHIRES-X using https://github.com/ionelmc/cookiecutter-pylibrary/.
- Free software: MIT license
tests | |
---|---|
package |
Install the in-development version with:
pip install https://github.com/softwareengineerprogrammer/python-geophires-x/archive/main.zip
(Eventually package will be published to PyPi, enabling pip install geophires-x
)
See https://github.com/softwareengineerprogrammer/python-geophires-x/blob/main/tests/test_geophires_x.py for example usage
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |