-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more examples to run on CI #313
Comments
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. |
Then I believe this is a duplicate of #108. |
I agree, I will implement this there. |
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.
The text was updated successfully, but these errors were encountered: