Skip to content

NNPDF/pineko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3778e1d · Oct 27, 2022
Oct 27, 2022
Oct 27, 2022
Jun 8, 2022
Oct 16, 2022
Mar 3, 2022
Oct 20, 2022
Oct 16, 2022
Oct 27, 2022
Oct 16, 2022
May 28, 2022
Oct 4, 2022
Oct 27, 2022
Mar 15, 2022
Oct 27, 2022
Oct 27, 2022

Repository files navigation

PINEKO

Tests Docs CodeFactor

PINEKO is a Python module to produce fktables from interpolation grids and EKOs.

Installation

PINEKO is available via

  • PyPI: PyPI
pip install pineko

Development

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.

Documentation

  • The documentation is available here: Docs
  • To build the documentation from source run
cd docs
poetry run make html

Tests and benchmarks

  • To run unit test you can do
poetry run pytest

Contributing

  • Your feedback is welcome! If you want to report a (possible) bug or want to ask for a new feature, please raise an issue: GitHub issues
  • Please follow our Code of Conduct and read the Contribution Guidelines