astrofrog / fast-histogram

:zap: Fast 1D and 2D histogram functions in Python :zap:
BSD 2-Clause "Simplified" License
266 stars 28 forks source link

Fix segmentation faults that occurred when passing in scalar arrays or lists with non-numerical objects #66

Closed astrofrog closed 1 year ago

astrofrog commented 1 year ago

Should hopefully fix https://github.com/astrofrog/fast-histogram/issues/60

astrofrog commented 1 year ago

Still running into segfaults I think due to https://github.com/astrofrog/fast-histogram/pull/62 so going to merge this and rebase https://github.com/astrofrog/fast-histogram/pull/62