Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Nov 25, 2024
1 parent 20e439e commit d16edca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reproducibility_tests/compute_mse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,13 @@ function reproducibility_results(
)

data_file_references = map(p -> joinpath(p, reference_filename), dirs)
@show data_file_references
if !all(isfile, data_file_references)
data_file_references = map(
p -> joinpath(p, "reproducibility_bundle", reference_filename),
dirs,
)
@show :updated, data_file_references
end
@assert all(isfile, data_file_references)

Expand Down

0 comments on commit d16edca

Please sign in to comment.