Skip to content

Commit

Permalink
Cleanup reproducibility infra log
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jan 2, 2025
1 parent c555c8d commit 99d9ef9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions reproducibility_tests/reproducibility_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -546,21 +546,11 @@ function move_data_to_save_dir(;
strip_folder,
)
if debug_reproducibility()
@show repro_folder
@show dirs_src
@show dest_root
@show files_dest
@show files_src
@show isfile.(files_src)
println("******")
foreach(print_dir_tree, dirs_src)
println("******")
print_dir_tree(dest_root)
println("******")
end
for (src, dest) in zip(files_src, files_dest)
@show src
@show dest
@assert isfile(src)
mkpath(dirname(dest))
mv(src, dest; force = true)
Expand Down

0 comments on commit 99d9ef9

Please sign in to comment.