Skip to content

Commit 3f7442f

Browse files
committed
Change default outputlevel in tests
1 parent e5047fc commit 3f7442f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/solvers/test_tree_dmrg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include("utilities/simple_ed_methods.jl")
99
include("utilities/tree_graphs.jl")
1010

1111
@testset "Tree DMRG" begin
12-
outputlevel = 1
12+
outputlevel = 0
1313

1414
g = build_tree(; nbranch=3, nbranch_sites=3)
1515

test/solvers/test_tree_tdvp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function chain_plus_ancilla(; nchain)
2121
end
2222

2323
@testset "Tree TDVP on chain plus ancilla" begin
24-
outputlevel = 1
24+
outputlevel = 0
2525

2626
N = 10
2727
g = chain_plus_ancilla(; nchain=N)

0 commit comments

Comments
 (0)