-
Notifications
You must be signed in to change notification settings - Fork 13
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
Kk/patches #53
Kk/patches #53
Conversation
- _add_columns function sets 'fc' column to false by default - we do not know if there are fcs or not so suggest setting to NA instead - added/tidied doc (a bit)
- while fiddling with earthscope notebooks, noticed doc for apply_bbox could use a tweak - return type was not correct
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## updates #53 +/- ##
===========================================
+ Coverage 33.22% 33.24% +0.01%
===========================================
Files 146 146
Lines 23976 23983 +7
===========================================
+ Hits 7965 7972 +7
Misses 16011 16011
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Solid updates.
Description
Update _add_columns function
Minor change to doc
Motivation and Context
Aurora checks if there are na values in the fc column. It treats boolean values, False/True as if the FCs have been looked for and the answer is the entry in the dataframe. So, by setting them to False by default (and not None, or NA) aurora was assuming that the fcs had been sought and they were not present.
(I suppose I could tell aurora to look for them if the value was False or NA)....
simpeg/aurora#358
How Has This Been Tested?
Aurora's synthetic data processing example notebook runs ans now processes from FCs.
Active branch for /home/kkappler/software/irismt/aurora: patches
Active branch for /home/kkappler/software/irismt/mth5: patches
Active branch for /home/kkappler/software/irismt/mt_metadata: main
Active branch for /home/kkappler/software/irismt/mtpy-v2: kk/patches
Screenshots (if appropriate):
Before change
The
fc
column in the below dataframe was allFalse
With change
Types of changes
Checklist: