Skip to content

Commit

Permalink
remove waldo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Feb 20, 2024
1 parent 4f38d2d commit 1f7ec50
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions main.R
Original file line number Diff line number Diff line change
Expand Up @@ -705,15 +705,3 @@ if (pacta.data.validation::validate_intermediate_scenario_output(geco_2022)) {
} else {
rlang::abort("GECO 2022 data is not valid.")
}

# This chunk can be uncommented to manually validate the data
# Note: This will only work if the pacta.scenario.preparation package is installed
# Which will not work in Docker, since it is a private package.
#
# TODO: Remove this once satisfied!
# waldo::compare(
# geco_2022, #prepared by workflow.scenario.preparation
# pacta.scenario.preparation::geco_2022,
# #ignore small floating points differences
# tolerance = 1e-6
# )

0 comments on commit 1f7ec50

Please sign in to comment.