astrofrog / fast-histogram

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

Hypothesis failures #22

Open astrofrog opened 6 years ago

astrofrog commented 6 years ago

This issue is to collect random Hypothesis failures that need investigating

astrofrog commented 6 years ago

Failure with the 2D tests:

(size=5, nx=1, xmin=0.0, xmax=84.17833763374462, ny=1, ymin=-999999999.9999989, ymax=0.0, weights=False)
astrofrog commented 5 years ago

Failure with 2D tests (same as above but with dtype):

Falsifying example: test_2d_compare_with_numpy(size=5, nx=1, xmin=0.0, xmax=84.17833763374462, ny=1, ymin=-999999999.9999989, ymax=0.0, weights=False, dtype='<f8')