Skip to content

Commit

Permalink
don't compile ARIADNE as calibration files are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters committed Oct 11, 2024
1 parent d0874ba commit 6178dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_04-gamscompile.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test_that("start.R --gamscompile works on all configs and scenarios", {
expect_true(length(csvfiles) > 0)
testthat::with_mocked_bindings(
for (csvfile in csvfiles) {
if (grepl("scenario_config_IKEA", csvfile)) next
if (grepl("scenario_config_IKEA|scenario_config_21_EU11_ARIADNE", csvfile)) next
test_that(paste("perform start.R --gamscompile with", basename(csvfile)), {
titletag <- paste0("titletag=TESTTHAT-", gsub(".csv$", "", basename(csvfile)))
output <- localSystem2("Rscript",
Expand Down

0 comments on commit 6178dc2

Please sign in to comment.