Skip to content

Commit

Permalink
Test size of sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Jun 28, 2020
1 parent b7e8626 commit 877c55d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_pdf_kde.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ def test_simple_kde():

sample = kde_adaptive.sample(1000)
sample2 = kde_adaptive_trunc.sample(1000)
assert sample.nevents == 1000
assert sample2.nevents == 1000

0 comments on commit 877c55d

Please sign in to comment.