Skip to content

Commit

Permalink
Minor bugfix: adding return in histogram_bin_edges_mincount (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Jan 26, 2022
1 parent cd0ddb3 commit 2745f88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GooseMPL/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,8 @@ def histogram_bin_edges_mincount(data, min_count, bins):
k = idx + 2
bins = np.hstack((bins[:j], bins[k:]))

return bins


def histogram_bin_edges_integer(bin_edges):
r"""
Expand Down

0 comments on commit 2745f88

Please sign in to comment.