Skip to content

Commit

Permalink
fix vectorizer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jan 29, 2025
1 parent 1976ddd commit 80360c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quimb/experimental/belief_propagation/diis.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def extracter(x):
info = x
else:
array = x
shape = ar.do("shape", x.shape, like=self.backend)
shape = ar.do("shape", x, like=self.backend)
size = ar.do("size", x, like=self.backend)
info = ArrayInfo(shape, size)

Expand Down

0 comments on commit 80360c8

Please sign in to comment.