Skip to content

Commit 7c1e90c

Browse files
author
Mateusz Kopeć
committed
- Correct error in expected bin count in test_numpy.test_n_bins
1 parent d7a90c1 commit 7c1e90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def test_n_bins(self):
711711

712712
assert hist1.n_bins == 5
713713
assert hist2.n_bins == 5
714-
assert hist3.n_bins == 7
714+
assert hist3.n_bins == 5
715715

716716
def test_num_bins(self):
717717
""" Test getting the number of bins from lowest to highest bin

0 commit comments

Comments
 (0)