Skip to content

Commit

Permalink
Change error to warning that uses outdated gdx
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-abrahao committed Jun 20, 2024
1 parent 59c1de2 commit c38db95
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export(reportDIETER)
export(reportEDGETransport)
export(reportEmi)
export(reportEmiAirPol)
export(reportEmiForClimateAssessment)
export(reportEmployment)
export(reportEnergyInvestment)
export(reportExtraction)
Expand Down
43 changes: 43 additions & 0 deletions man/reportEmiForClimateAssessment.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-convGDX2mif.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test_that("Test if REMIND reporting is produced as it should and check data inte
"^Emi\\|CO2\\|Energy\\|Demand\\|Industry\\|.*Fossil \\(Mt CO2/yr\\)$",
low = 0),
list("Share.*\\((%|Percent)\\)$", low = 0, up = 100)),
reaction = 'stop'))
reaction = 'warning'))

magclass::write.report(
x = magclass::collapseNames(mifContent),
Expand Down

0 comments on commit c38db95

Please sign in to comment.