Skip to content

Commit affa7bc

Browse files
committed
update verbosity setting test
1 parent 3907a9f commit affa7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ end
690690
end
691691

692692
@testset "approximate" verbose = true begin
693-
verbosity = 0
693+
verbosity = verbosity_conv
694694
@testset "mpo * infinite ≈ infinite" begin
695695
ψ = InfiniteMPS([ℙ^2, ℙ^2], [ℙ^10, ℙ^10])
696696
H = force_planar(repeat(transverse_field_ising(; g=4), 2))

0 commit comments

Comments
 (0)