-
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
Errors while running climate matching #93
Comments
Originally I used this more up to date below the code I used in an effort to fix the
and a print out of the error
|
#93 in the hope to reduce the No data rows.
#93 I added some logic to split the observations in more manageable subsets of 10000 records Due to issues decribed in #93 (comment) I was forced to remove the logic for the 1980-2016 shape from beck et al. 2018
#93 Due to grouping based on year_cat (see L308-L312) calculation of No obs in climate zone & No obs in total should be based on n_obs instead of on the No rows.
I just need to fix the errors with the maps |
and switch those to |
This line of code is the probable cause of the error below:
trias/R/climate_match.R
Line 167 in 6c1dc31
this is an other error I get:
the error only occurs when
maps == TRUE
this is the
rlang::last_error()
printout:and the last_trace:
The text was updated successfully, but these errors were encountered: