Skip to content

Commit

Permalink
Update reproducibility_tests/test_mse.jl
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
charleskawczynski authored Jan 3, 2025
1 parent 24e98c0 commit d9f0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproducibility_tests/test_mse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ else
@testset "Reproducibility tests" begin
commit_hashes =
map(x -> basename(dirname(dirname(x))), computed_mse_filenames)
computed_mses = map(x -> parse_file_json(), computed_mse_filenames)
computed_mses = map(x -> parse_file_json(x), computed_mse_filenames)
results = report_reproducibility_results(
commit_hashes,
computed_mses;
Expand Down

0 comments on commit d9f0f8f

Please sign in to comment.