Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
tangwei94 committed Jun 13, 2024
1 parent 286a1db commit 0793a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_vumps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ end
AL, AR = vumps(T; A=A, verbosity=0)
ϕ = InfiniteMPS([AL])

AC, C = vumps_update(AL, AR)
AC, C = vumps_update(AL, AR, T)
AL, AR, conv_meas = mps_update(AC, C)
@test conv_meas < 1e-12

Expand Down

0 comments on commit 0793a76

Please sign in to comment.