-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add descriptions to parameters and variables & delete unnecessary export functions and variables in wesley1989.jl #30
Conversation
Merge from EarthSciML
…ort functions and variables in wesley1989.jl
I attempted to minimize the terms exported in wesley1989.jl, only to discover that those terms are crucial for testing purposes. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #30 +/- ##
=======================================
Coverage 79.09% 79.09%
=======================================
Files 4 4
Lines 177 177
=======================================
Hits 140 140
Misses 37 37 ☔ View full report in Codecov by Sentry. |
In the tests, for variables that aren't exported, you still use them but you just need to include the package name. For example it should be |
Gov4Git noticesOn Notice
|
Gov4Git noticesOn Notice
|
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.
Thanks!
Gov4Git noticesOn Notice
|
Gov4Git noticesOn Notice
|
Fixes #15
Claims #15
Fixes #15