We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8214b8b commit cb4fc71Copy full SHA for cb4fc71
test/interfaces.jl
@@ -63,7 +63,7 @@ end
63
@test mb == m
64
65
M = 10
66
- m = ConfigEnumerator([StaticElementVector(3, rand(1:3, 300)) for i=1:M])
+ m = ConfigEnumerator([StaticElementVector(3, rand(0:2, 300)) for i=1:M])
67
bm = GraphTensorNetworks.plain_matrix(m)
68
rm = GraphTensorNetworks.raw_matrix(m)
69
m1 = GraphTensorNetworks.from_raw_matrix(rm; bitlength=300, nflavors=3)
0 commit comments