Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pik-piam/remind2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenke-pik committed Feb 19, 2024
2 parents 369ee36 + e2e82ee commit 883723a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .buildlibrary
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ AcceptedNotes:
AutocreateReadme: yes
allowLinterWarnings: yes
enforceVersionUpdate: yes

2 changes: 1 addition & 1 deletion R/convGDX2MIF.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ convGDX2MIF <- function(gdx, gdx_ref = NULL, file = NULL, scenario = "default",
output <- mbind(output,reportCrossVariables(gdx,output,regionSubsetList,t)[,t,])

# Report policy costs, if possible and sensible
if (!is.null(gdx_refpolicycost)) {
if (is.null(gdx_refpolicycost)) {
gdx_refpolicycost <- gdx
message("gdx_refpolicycost not defined, report 0 everywhere.")
}
Expand Down

0 comments on commit 883723a

Please sign in to comment.