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 27bcad4 commit 3963497Copy full SHA for 3963497
cfpq_add_context/add_contexts.py
@@ -86,7 +86,7 @@ def to_label_decomposed_graph(graph, automata_size, initial_graph_size):
86
entrypoints << graph.reduce_columnwise(op.lor)
87
#mask_v(op.lor) << Vector.from_coo(list(set(range(0,graph.nrows)).difference(entrypoints.to_coo(values=False)[0])), values=True, dtype = BOOL)
88
89
- # !!! mask_v("any") << Vector.from_coo([i * automata_size for i in range(0, initial_graph_size)], values=True, dtype = BOOL, size = graph.ncols)
+ mask_v("any") << Vector.from_coo([i * automata_size for i in range(0, initial_graph_size)], values=True, dtype = BOOL, size = graph.ncols)
90
91
load_i = Matrix(UINT64, graph.ncols, graph.nrows, name = "load_i_after_intersection")
92
load_i << graph.select(graphblas.select.select_load).apply(graphblas.unary.decode_load)
0 commit comments