Skip to content

Commit

Permalink
Merge branch 'kernel-width-bug' of https://github.com/nparent1/dodisc…
Browse files Browse the repository at this point in the history
…over into kernel-width-bug
  • Loading branch information
nparent1 committed Sep 5, 2024
2 parents 419e834 + f100a5e commit 8885b32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit_tests/toporder/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ def test_kernel_width_when_zero_median_pairwise_distances():
arr = np.zeros((100, 1), dtype=np.int64)
arr[1] = 1
assert kernel_width(arr) == 1


0 comments on commit 8885b32

Please sign in to comment.