Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Jul 19, 2024
1 parent 2ebe9b6 commit d09dcf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/droplets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The `NoDroplets` strategy represents a scenario in which no droplets are present
# A new `Droplets` object representing the updated droplets based on the `SingleLayerDroplets` strategy
# """
function (method::SingleLayerDroplets)(
::MpsContractor
::MpsContractor,
best_idx::Int,
energies::Vector{<:Real},
states::Vector{Vector{Int}},
Expand Down
2 changes: 1 addition & 1 deletion test/search_pegasus_square_cross.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function bench(instance::String)
net,
params;
onGPU = onGPU,
/ 8, β / 4, β / 2, β],
βs=/ 8, β / 4, β / 2, β],
graduate_truncation=graduate_truncation,
)
sol_peps, s = low_energy_spectrum(ctr, search_params, merge_branches(ctr))
Expand Down

0 comments on commit d09dcf4

Please sign in to comment.