Skip to content
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

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

namurphy
Copy link
Member

[to be added later]

First part of #2535.

@github-actions github-actions bot added the plasmapy.particles Related to the plasmapy.particles subpackage label Feb 26, 2024
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

Attention: Patch coverage is 96.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 96.71%. Comparing base (a933be3) to head (fca509d).

Current head fca509d differs from pull request most recent head ccb57f8

Please upload reports for the commit ccb57f8 to get more accurate results.

Files Patch % Lines
plasmapy/particles/interactions.py 96.42% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2537      +/-   ##
==========================================
+ Coverage   95.25%   96.71%   +1.45%     
==========================================
  Files         104      105       +1     
  Lines        9435     9395      -40     
  Branches     2159        0    -2159     
==========================================
+ Hits         8987     9086      +99     
- Misses        272      309      +37     
+ Partials      176        0     -176     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@namurphy namurphy added this to the v2024.5.0 milestone Apr 9, 2024
return total_charge


class AbstractParticleInteraction(ABC):
Copy link
Member Author

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?

@github-actions github-actions bot added the python Pull requests that update Python code label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plasmapy.particles Related to the plasmapy.particles subpackage python Pull requests that update Python code status: in progress testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant