Skip to content

Commit

Permalink
Add hlines to reproducibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jan 6, 2025
1 parent 779a2d5 commit 7319ace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ steps:
--config_file $CONFIG_PATH/sphere_held_suarez_rhoe_equilmoist_hightop_sponge.yml
--job_id sphere_held_suarez_rhoe_equilmoist_hightop_sponge
julia --color=yes --project=examples reproducibility_tests/test_mse.jl --test_broken_report_flakiness true
julia --color=yes --project=examples reproducibility_tests/test_mse.jl
--job_id sphere_held_suarez_rhoe_equilmoist_hightop_sponge
--out_dir sphere_held_suarez_rhoe_equilmoist_hightop_sponge/output_active
artifact_paths: "sphere_held_suarez_rhoe_equilmoist_hightop_sponge/output_active/*"
Expand All @@ -324,7 +324,7 @@ steps:
--config_file $CONFIG_PATH/sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res.yml
--job_id sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res
julia --color=yes --project=examples reproducibility_tests/test_mse.jl --test_broken_report_flakiness true
julia --color=yes --project=examples reproducibility_tests/test_mse.jl
--job_id sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res
--out_dir sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res/output_active
artifact_paths: "sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res/output_active/*"
Expand Down Expand Up @@ -693,7 +693,7 @@ steps:
--config_file $CONFIG_PATH/diagnostic_edmfx_aquaplanet.yml
--job_id diagnostic_edmfx_aquaplanet
julia --color=yes --project=examples reproducibility_tests/test_mse.jl --test_broken_report_flakiness true
julia --color=yes --project=examples reproducibility_tests/test_mse.jl
--job_id diagnostic_edmfx_aquaplanet
--out_dir diagnostic_edmfx_aquaplanet/output_active
artifact_paths: "diagnostic_edmfx_aquaplanet/output_active/*"
Expand Down
3 changes: 2 additions & 1 deletion reproducibility_tests/reproducibility_tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,9 @@ function report_reproducibility_results(
)

table_data = vcat(computed_data, compare_data)
body_hlines = cumsum(map(x -> nv, 1:ns))

PrettyTables.pretty_table(io, table_data; header, crop = :none)
PrettyTables.pretty_table(io, table_data; body_hlines, header, crop = :none)


header = ["Source", "Status"]
Expand Down

0 comments on commit 7319ace

Please sign in to comment.