Skip to content

Commit

Permalink
Remove deprecated kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Jul 11, 2024
1 parent 6ed78bf commit 8520bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ctmrg/unitcell.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using TensorKit
# settings
Random.seed!(91283219347)
stype = ComplexF64
ctm_alg = CTMRG(; fixedspace=true)
ctm_alg = CTMRG()

function test_unitcell(
unitcell, Pspaces, Nspaces, Espaces, chis_north, chis_east, chis_south, chis_west
Expand Down

0 comments on commit 8520bc3

Please sign in to comment.