-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Viirs proximity #18
Viirs proximity #18
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
+ Coverage 94.30% 96.65% +2.35%
==========================================
Files 11 11
Lines 351 419 +68
==========================================
+ Hits 331 405 +74
+ Misses 20 14 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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 for the PR @chloeskt, it is awesome !
There is no unittest for pyro_risks/models/xgb_classifier.py
and some cases that are not covered since you have updated the pyro_risks/datasets/nasa_wildfires.py
module
Hi @dataJSA, I deleted all models file since it was not relevant for this PR (my bad). For the tests, I guess we would need to add test data in the data release to test the cases that are missed since they related to different files format if you look at the details 😄 |
a15b5e6
to
05490e8
Compare
05490e8
to
4e3187d
Compare
Hi @dataJSA I've added in the release mock test files which allow to write new tests for various file formats (csv, json and xlsx). Now the coverage is higher 😄 |
Thanks for your PR @chloeskt ! |
This PR aims at:
As always, all reviews are welcome 😄