Skip to content

Commit

Permalink
reorder arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Jan 24, 2024
1 parent fd98039 commit 1d87370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibcugraph/pylibcugraph/graphs.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,9 @@ cdef class MGGraph(_GPUGraph):
edge_type_view_ptr_ptr,
store_transposed,
num_arrays,
do_expensive_check,
drop_self_loops,
drop_multi_edges,
do_expensive_check,
&(self.c_graph_ptr),
&error_ptr)

Expand Down

0 comments on commit 1d87370

Please sign in to comment.