-
Notifications
You must be signed in to change notification settings - Fork 12
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
moved to src layout #85
Conversation
…ma-source into update_package
…ma-source into update_package
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
=======================================
Coverage 95.96% 95.96%
=======================================
Files 7 7
Lines 347 347
=======================================
Hits 333 333
Misses 14 14 ☔ View full report in Codecov by Sentry. |
🎉 all the tests are passing. I got carried away and updated the CI as well as simplifying the examples. We no longer need nuclear data for the examples which speeds up the CI and makes the examples easier |
This PR does not change the actual source code of the package so I think it is ok to merge in what do you think @RemDelaporteMathurin |
No problem with me! |
this PR changes the package to use the latest recommended python packaging approach with a src folder and pyproject.toml file.