Skip to content

Commit

Permalink
Remove KDE testing
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherjenness committed Aug 9, 2017
1 parent a721ae7 commit 5e38158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_kernelmethods.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ def test_kerneldensityestimate():
x, y = data.continuous_data_complicated()
km = kernelmethods.KernelMethods()
km.fit(x, y)
kde = km.kerneldensityestimate([5], 0.001)
assert kde != 0
kde = km.kerneldensityestimate([5], 1)
np.testing.assert_almost_equal(kde, 0)


Expand Down

0 comments on commit 5e38158

Please sign in to comment.