Skip to content

Commit c2e288b

Browse files
committed
Change order of parametrers in multiplication. Where diag filter should be?
1 parent 3963497 commit c2e288b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfpq_add_context/add_contexts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def transitive_reduction(assigns, vertices_with_other_edges):
5151
#to_result << (Matrix.mxm(new_frontier, filter, "any_pair"))
5252
#print("To result: ", to_result)
5353

54-
result("any") << (Matrix.mxm(new_frontier, filter, "any_pair"))
54+
result("any") << (Matrix.mxm(filter, new_frontier, "any_pair"))
5555

5656
print ("Result nvals = ", result.nvals)
5757

0 commit comments

Comments
 (0)