Skip to content

Commit

Permalink
cleanup for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jradavenport committed Aug 17, 2021
1 parent 68c7273 commit 0c1d636
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion qthist2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def qthist(x, y, N=5, thresh=4, rng=[], density=True):
# normalized such that the *integral* over the range is 1
num = num / ((ymax - ymin) * (xmax - xmin)) / num.sum()

# poly = np.column_stack((xmin,xmax,ymin,ymax))
return num, xmin, xmax, ymin, ymax


Expand Down

0 comments on commit 0c1d636

Please sign in to comment.