Skip to content

Commit

Permalink
fix mst pxd
Browse files Browse the repository at this point in the history
  • Loading branch information
Iroy30 committed Feb 3, 2021
1 parent b3460ab commit ae4b7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/cugraph/tree/minimum_spanning_tree.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ from cugraph.structure.graph_primtypes cimport *

cdef extern from "algorithms.hpp" namespace "cugraph":

cdef unique_ptr[cy_multi_edgelists_t] minimum_spanning_tree[VT,ET,WT](const handle_t &handle,
cdef unique_ptr[GraphCOO[VT,ET,WT]] minimum_spanning_tree[VT,ET,WT](const handle_t &handle,
const GraphCSRView[VT,ET,WT] &graph) except +
2 changes: 1 addition & 1 deletion python/cugraph/utilities/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020, NVIDIA CORPORATION.
# Copyright (c) 2020-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down

0 comments on commit ae4b7cb

Please sign in to comment.