Skip to content

Commit

Permalink
fixed "droplets not defined" error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmierz committed Dec 22, 2023
1 parent 31c819c commit f64089c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions benchmarks/pegasus_new_benchmark_rau.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,7 @@ function run_bench(inst::String, β::Real, t, l, bd, ms, eng, hamming_dist, msta
:Layout => l,
:transform => t,
:max_states => mstates,
:eng => eng,
:hamming_dist => hamming_dist,
:droplets => droplets,
:drop_eng => [droplets.energies],
:drop_states => [droplets.states],
:ig_states => [ig_states],
:drop_prob => [droplets.probabilities],
:drop_degeneracy => [droplets.degeneracy],
:drop_ldp => [droplets.largest_discarded_probability],
:drop_number => ldrop,
:iters_svd => ITERS_SVD,
:iters_var => ITERS_VAR,
:dtemp_mult => DTEMP_MULT,
Expand Down

0 comments on commit f64089c

Please sign in to comment.