Skip to content

Commit

Permalink
Update test_fredi.yml
Browse files Browse the repository at this point in the history
Testing removal of some lines
  • Loading branch information
knoiva-indecon committed Dec 18, 2024
1 parent 824732b commit cac7433
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/test_fredi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,34 +327,6 @@ jobs:
oPath0 |> list.files() |> print();
artDir |> list.files() |> print();
c(gcmPath, slrPath) |> print()
### Load data
do_any <- FALSE
if(gcmExists) {
### Try to load data
# gcmPath |> load()
gcmPath |> load(gcm_env <- new.env())
gcm_list <- gcm_env |> as.list() |> unlist(recursive=F)
gcmData0 <- gcm_list[["obj0"]]
do_gcm <- !(gcmData0 |> is.null())
do_any <- do_any | do_gcm
gcmData0 |> glimpse()
rm(gcm_env, gcm_list)
} ### End if(gcmExists)
if(slrExists) {
# slrPath |> load()
slrPath |> load(slr_env <- new.env())
slr_list <- slr_env |> as.list()
slrData0 <- slr_list[["obj0"]]
do_slr <- !(slrData0 |> is.null())
do_any <- do_any | do_slr
slrData0 |> glimpse()
rm(slr_env, slr_list)
} ### End if(slrExists)
### Whether to run the test
makePlots <- doFigures & anyExist & do_any
makePlots |> print()
} ### End if(doFigures)
"got here" |> print()
'
Expand Down

0 comments on commit cac7433

Please sign in to comment.