Skip to content

Commit cb4fc71

Browse files
committed
fix test
1 parent 8214b8b commit cb4fc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interfaces.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ end
6363
@test mb == m
6464

6565
M = 10
66-
m = ConfigEnumerator([StaticElementVector(3, rand(1:3, 300)) for i=1:M])
66+
m = ConfigEnumerator([StaticElementVector(3, rand(0:2, 300)) for i=1:M])
6767
bm = GraphTensorNetworks.plain_matrix(m)
6868
rm = GraphTensorNetworks.raw_matrix(m)
6969
m1 = GraphTensorNetworks.from_raw_matrix(rm; bitlength=300, nflavors=3)

0 commit comments

Comments
 (0)