refactor: Removes globalVariables()#1539
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1539 +/- ##
==========================================
+ Coverage 87.39% 87.41% +0.01%
==========================================
Files 97 97
Lines 8746 8757 +11
Branches 519 518 -1
==========================================
+ Hits 7644 7655 +11
+ Misses 1065 1064 -1
- Partials 37 38 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
These changes are relatively minor, but does a good job in making the code more consistent. I went through the changes that now use
|
ericward-noaa
left a comment
There was a problem hiding this comment.
Review in comment on issue
|
Thanks @ericward-noaa for reviewing this. The failed build metric is largely due to a tolerance that is too tight where the memory usage floats around at differences greater than 15% randomly, even if we only change a GitHub action line of code. I think we might need to revisit some of those tolerances now that we understand the runners a little bit better but we aren't entirely sure. |
4791c05 to
76e4fe2
Compare
What is the feature?
globalVariables()to align with tidyverse best practices.How have you implemented the solution?
globalVariables()tbl_dfis a valid old-style S3 classDoes the PR impact any other area of the project, maybe another repo?
Disclaimer
Coding changes were made using codex.
Instructions for code reviewer
👋Hello reviewer👋, thank you for taking the time to review this PR!
nit:(for nitpicking) as the comment type. For example,nit:I prefer using adata.frame()instead of amatrixbecause ...This PR is now ready to be merged.Checklist