Skip to content

Commit

Permalink
Change name of gdx that is uploaded to the RSE server
Browse files Browse the repository at this point in the history
  • Loading branch information
dklein-pik committed Apr 5, 2024
1 parent b2bc0de commit e7df344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/modeltests.R
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ evaluateRuns <- function(model, mydir, gitPath, compScen, email, mattermostToken
message("Changed to ", normalizePath("."))
# Use the fulldata.gdx of a successful SSP2EU-NPi-AMT to update the gdx on the RSE server that is used for testing convGDX2MIF
if (grepl("SSP2EU-NPi-AMT", rownames(grsi))) {
gdxOnRseServer <- "rse:/webservice/data/example/remind2_test-convGDX2MIF_fulldata.gdx"
gdxOnRseServer <- "rse:/webservice/data/example/remind2_test-convGDX2MIF_SSP2EU-NPi-AMT.gdx"
message(paste("Updating the gdx on the RSE server", gdxOnRseServer, "with the fulldata.gdx of", rownames(grsi)))
system(paste("rsync -e ssh -av fulldata.gdx", gdxOnRseServer))
}
Expand Down

0 comments on commit e7df344

Please sign in to comment.