Skip to content

Commit 6292bd2

Browse files
committed
Missed changes.
1 parent 3e95927 commit 6292bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfpq_model/label_decomposed_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def mxm(
264264
if rhs1 in self.matrices and rhs2 in other.matrices:
265265
#if swap_operands:
266266
mask = (accum.matrices[lhs].to_mask()
267-
if lhs in accum.matrices and other.matrices[rhs2].shape == self.matrices[rhs1].shape
267+
if lhs in accum.matrices #and other.matrices[rhs2].shape == self.matrices[rhs1].shape
268268
else None)
269269
#else:
270270
# mask = (self.matrices[lhs].to_mask()

0 commit comments

Comments
 (0)