-
Notifications
You must be signed in to change notification settings - Fork 339
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
Differential Flow #2260
base: main
Are you sure you want to change the base?
Differential Flow #2260
Conversation
…ow_Notebook # Conflicts: # plasmapy/formulary/collisions/helio/collisional_analysis.py
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thank you for submitting a pull request (PR) to PlasmaPy! ✨ The future of the project depends on contributors like you, so we deeply appreciate it! 🌱 Our contributor guide has information on:
The bottom of this page shows several checks that are run for every PR. Don't worry if something broke! We break stuff all the time. 😺 Click on "Details" to learn why a check didn't pass. Please also feel free to ask for help. We do that all the time as well. 🌸 You can find us in our chat room or weekly community meeting & office hours. Here are some tips:
If this PR is marked as ready for review, someone should stop by to provide a code review and offer suggestions soon. ✅ If you don't get a review within a few days, please feel free to send us a reminder. Please also use SI units within PlasmaPy, except when there is strong justification otherwise or in some examples. We thank you once again! |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2260 +/- ##
==========================================
- Coverage 98.37% 98.23% -0.14%
==========================================
Files 98 98
Lines 8533 8599 +66
==========================================
+ Hits 8394 8447 +53
- Misses 139 152 +13
☔ View full report in Codecov by Sentry. |
Description
Addition of the differential flow functionality to the collisional analysis module. The update also contains the respective notebook.
Motivation and context
The motivation is to build up the collisions subpackage in plasmapy, specifically adding the collisional analysis functionality.
Related issues