Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Dec 30, 2022
1 parent 53e3af0 commit b3435a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enstat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ def __init__(
bin_edges: ArrayLike,
right: bool = False,
bound_error: str = "raise",
count: ArrayLike = None,
):

assert np.all(np.diff(bin_edges) > 0) or np.all(np.diff(bin_edges) < 0)
Expand Down

0 comments on commit b3435a8

Please sign in to comment.