Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak committed Apr 22, 2019
1 parent ab837dd commit 65a6310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph/jaccard/wjaccard_wrapper.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cpdef jaccard_w(input_graph, weights, first=None, second=None):
cdef gdf_column c_weight_col
cdef gdf_column c_first_col
cdef gdf_column c_second_col
cdef gdf_column c_indices_col
cdef gdf_column c_index_col

if type(first) == cudf.dataframe.series.Series and type(second) == cudf.dataframe.series.Series:
resultSize = len(first)
Expand Down

0 comments on commit 65a6310

Please sign in to comment.