-
Notifications
You must be signed in to change notification settings - Fork 5
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
Functions to calculate themal radiation flux #145
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 #145 +/- ##
==========================================
- Coverage 94.30% 94.10% -0.20%
==========================================
Files 10 11 +1
Lines 685 696 +11
==========================================
+ Hits 646 655 +9
- Misses 39 41 +2 ☔ View full report in Codecov by Sentry. |
Add test for local TPM and thermal radiation calculation
""" | ||
println(msg) | ||
|
||
@test AsteroidThermoPhysicalModels.blackbody_radiation(6e-7, 5850) ≈ 2.583616647617974e13 |
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.
Could you add comments to describe the meanings of the values?
Co-authored-by: Yuto Horikawa <[email protected]>
Add a comment
Co-Authored-By: Yuto Horikawa <[email protected]>
631271a
to
501475f
Compare
No description provided.