PINEKO is a Python module to produce fktables from interpolation grids and EKOs.
PINEKO is available via
pip install pineko
If you want to install from source you can run
git clone git@github.com:N3PDF/pineko.git
cd pineko
poetry install
To setup poetry
, and other tools, see Contribution
Guidelines.
cd docs
poetry run make html
- To run unit test you can do
poetry run pytest
- Your feedback is welcome! If you want to report a (possible) bug or want to ask for a new feature, please raise an issue:
- Please follow our Code of Conduct and read the Contribution Guidelines