Skip to content

Commit

Permalink
update verbosity setting test
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 14, 2025
1 parent 3907a9f commit affa7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ end
end

@testset "approximate" verbose = true begin
verbosity = 0
verbosity = verbosity_conv
@testset "mpo * infinite ≈ infinite" begin
ψ = InfiniteMPS([ℙ^2, ℙ^2], [ℙ^10, ℙ^10])
H = force_planar(repeat(transverse_field_ising(; g=4), 2))
Expand Down

0 comments on commit affa7bc

Please sign in to comment.