Skip to content

Commit

Permalink
Add comment for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lrennels committed Jun 8, 2021
1 parent 5d1130e commit de480b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_PAGE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ using DelimitedFiles
MimiIWG.run_scc_mcs(PAGE, trials=2, output_dir = tmp_dir, domestic=true)
rm(tmp_dir, recursive=true)

# test the drop discontinuities flag set to `true`
tmp_dir = joinpath(@__DIR__, "tmp")
MimiIWG.run_scc_mcs(PAGE, trials=2, output_dir = tmp_dir, domestic=true, drop_discontinuities = true)
rm(tmp_dir, recursive=true)
Expand Down

0 comments on commit de480b9

Please sign in to comment.