Skip to content

Commit 92b5062

Browse files
committed
Fix blank mse_summary
The mse_summary.jl script always prints no summaries or error. This is because the reproducibility files are now placed in a seperate subdir. This commit updates the `get_computed_mses` default value for `subfolder` to reflect this
1 parent 5557f30 commit 92b5062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reproducibility_tests/reproducibility_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ where `is_mse_file` is `true`.
722722
"""
723723
function get_computed_mses(;
724724
job_ids::Vector{String},
725-
subfolder::String = "output_active",
725+
subfolder::String = joinpath("output_active", "reproducibility_bundle"),
726726
is_mse_file::Function = default_is_mse_file,
727727
expected_filename_prefix = "computed_mse",
728728
)

0 commit comments

Comments
 (0)