-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mm copy functions #15
Conversation
…used test data; utilize new support functions in download.R
main into mm-copy-functions
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15 +/- ##
==========================================
+ Coverage 94.45% 95.76% +1.30%
==========================================
Files 6 6
Lines 2182 2974 +792
==========================================
+ Hits 2061 2848 +787
- Misses 121 126 +5 ☔ View full report in Codecov by Sentry. |
…eos; update layer naming for process_narr
@mitchellmanware I'm not sure what to do. I would suggest first updating your branch with main as I am seeing this warning from GitHub (i.e. your branch is both ahead and behind main). Interestingly the build checks and test-coverage appeared to take 3-4x longer than when they ran for me. |
Pulled in the updates so we will see if that makes a difference. It is weird how the different Ubuntu versions fail the build check seemingly randomly. In this commit oldrel-1 was the only to fail, but later it is the only one to pass. I assume it stems from whatever is causing the testthat upload to fail, but changing the The unit tests run very quick locally, so also unsure about the running time in the GitHub runners. |
test-coverage finally passes but still takes 52 minutes. Failure for ubuntu-latest (release) caused by same problem. There might be system-specific differences for the URL responses, which could be why the different sleep times cause certain check to pass and fail. I will keep looking into it, but at least tests are passing. |
Exploring replacing
|
Somehow the |
This thread describes issues using
testing locations used in other covariate calculation unit tests. Also renamed geos test data folders as |
I am now getting test failures for |
beethoven
process.R
andcalculate_covariates.R
filesdownload_noaa_hms_smoke_data
>download_hms_data
(reflected inman/
and all tests)strsplit()
in theextract_urls()
download support function.stringr
dependency withstringi
forstringi::stri_pad()
inprocess_narr()