Skip to content

Commit

Permalink
remove plotCDR and plotIterations
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenke-pik committed Mar 20, 2024
1 parent 50a7c0c commit d47393b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 196 deletions.
2 changes: 1 addition & 1 deletion output.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ if (comp %in% c("comparison", "export")) {
}
} else { # comp = single
# define slurm class or direct execution
outputInteractive <- c("plotIterations", "fixOnRef", "integratedDamageCosts")
outputInteractive <- c("fixOnRef", "integratedDamageCosts")
if (! exists("source_include")) {
if (any(output %in% outputInteractive)) {
slurmConfig <- "direct"
Expand Down
34 changes: 0 additions & 34 deletions scripts/output/comparison/plotCDR.R

This file was deleted.

161 changes: 0 additions & 161 deletions scripts/output/single/plotIterations.R

This file was deleted.

0 comments on commit d47393b

Please sign in to comment.