-
Notifications
You must be signed in to change notification settings - Fork 344
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
Create a class for nuclear reactions #2537
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2537 +/- ##
==========================================
+ Coverage 95.12% 96.71% +1.58%
==========================================
Files 107 105 -2
Lines 9626 9395 -231
Branches 2230 0 -2230
==========================================
- Hits 9157 9086 -71
- Misses 280 309 +29
+ Partials 189 0 -189 ☔ View full report in Codecov by Sentry. |
return total_charge | ||
|
||
|
||
class AbstractParticleInteraction(ABC): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make the ABC private while we are figuring out the interface?
[to be added later]
First part of #2535.