Skip to content
Snippets Groups Projects

bugfix 42c16b11: delete rest of use o…

Merged Jerome Hilaire requested to merge github/fork/LaviniaBaumstark/develop into develop
2 files
+ 1
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -409,18 +409,9 @@ if(no_subsequent_runs){
#=================== END - Subsequent runs ========================
# Reload the REMIND run configuration
load(cfg$val_workspace)
# Print REMIND runtime
cat("\n gams_runtime is ", gams_runtime, "\n")
# Save runtime for REMIND validation
validation$technical$time$full.gms <- gams_runtime
save(validation, file = cfg$val_workspace)
# Remove unused variables
rm(gams_runtime, validation)
# Copy important files into output_folder (after REMIND execution)
for (file in cfg$files2export$end)
file.copy(file, cfg$results_folder, overwrite = TRUE)
Loading