sisl/Discretizers.jl

Discretize uniform count not possible for integer arrays

Closed this issue · 2 comments

Hi, is there a reason why binedges has no method for discretising integer arrays with a uniform count?

No. I was worried about the repeated value problem and associated edge cases.
Feel free to submit a PR, otherwise I can get to it some time.

Okay, I added some basic functionality in commit 483244e.