Skip to content
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

107 caching not complete #167

Merged
merged 22 commits into from
Jan 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bugfix in test
  • Loading branch information
CeresBarros committed Jan 10, 2024
commit 0f1dd6214c768a284d5bc8f2a407b837b366b8f5
2 changes: 1 addition & 1 deletion tests/testthat/test-gcm_input.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test_that("test gcm_input", {

expect_true(is(gcm, "SpatRaster"))

test <- all(sapply(x$ssps, function(x) anygrepl(x, names(gcm))))
test <- all(sapply(x$ssps, function(x) any(grepl(x, names(gcm)))))
test2 <- all(sapply(x$periods, function(x) any(grepl(x, names(gcm)))))

baseVars <- 36 ## number of base variables for run
Expand Down