NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
12 stars 3 forks source link

Add more examples to run on CI #313

Open Radonirinaunimi opened 2 hours ago

Radonirinaunimi commented 2 hours ago

Triggered by this comment I think it'd be indeed good to run the Python examples on the CI. Indeed, while running all of the examples, the Python ones broke which I fixed in #310. More Python examples should also be added.

cschwan commented 2 hours ago

The C, C++ and Fortran APIs are run, tested and code coverage is generated here: https://github.com/NNPDF/pineappl/blob/master/.github/workflows/capi.yaml. For the Python interface we should have more examples, run and test them in the CI, of course.

Radonirinaunimi commented 2 hours ago

The C, C++ and Fortran APIs are run, tested and code coverage is generated here: https://github.com/NNPDF/pineappl/blob/master/.github/workflows/capi.yaml. For the Python interface we should have more examples, run and test them in the CI, of course.

Ah, yes! Then it is just about adding more Python examples and also run them on the CI.

EDIT: Updated the description.

cschwan commented 1 hour ago

Then I believe this is a duplicate of #108.

Radonirinaunimi commented 1 hour ago

I agree, I will implement this there.