Skip to content

Commit

Permalink
workaround for failing tests (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Nov 15, 2024
1 parent 57e6755 commit 011b8a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nx_cugraph/algorithms/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def core_number(G):
degree_type="bidirectional",
do_expensive_check=False,
)
core_numbers = core_numbers // 2 # Added this in 24.12 (behavior changed)
return G._nodearrays_to_dict(node_ids, core_numbers)


Expand Down

0 comments on commit 011b8a2

Please sign in to comment.