Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmierz committed Jan 5, 2024
1 parent 60fef2c commit eea53cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/pegasus_new_benchmark_rau.jl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ all_params = collect(
readdir(INSTANCE_DIR, join=false), BETAS, TRANSFORM, LAYOUT, BOND_DIM, MAX_SWEEPS, eng, hamming_dist, MAX_STATES, I)
)

for i length(all_params)
for i 1:1:length(all_params)
run_bench(all_params[i]...)
GC.gc()
end
Expand Down

0 comments on commit eea53cf

Please sign in to comment.