phadej / tdigest

On-line accumulation of rank-based statistics such as quantiles and trimmed means
30 stars 7 forks source link

Test suite failure for package tdigest-0.3 - --quickcheck-replay=207495 #46

Open alaendle opened 1 year ago

alaendle commented 1 year ago
       Test suite failure for package tdigest-0.3
           tdigest-tests:  exited with: ExitFailure 1
       Full log available at /var/stackage/work/unpack-dir/.stack-work/logs/tdigest-0.3-test.log

           properties
             tdigest validity:   FAIL
               *** Failed! Falsified (after 35 tests and 34 shrinks):
               [-3.0,-4.0,-4.0,-2.0,0.0,0.0,-0.2,0.0,0.0,-2.0,0.0,-1.0,-0.2]
               invalid ordering Node 6 (-1.0) 0.1333506577679895 13.0 (Node 3 (-3.0) 1.875 7.7845982142857135 (Node 1 (-4.0) 2.0 2.0 Nil Nil) (Node 1 (-2.0) 3.909598214285714 3.909598214285714 Nil Nil)) (Node 2 (-0.2) 4.659307053986574 5.082051127946297 (Node 1 (-0.2) 0.4227440739597226 0.4227440739597226 Nil Nil) Nil)
               Use --quickcheck-replay=207495 to reproduce.
               Use -p '/tdigest validity/' to rerun this test only.
             histogram validity: OK
               +++ OK, passed 100 tests.

           1 out of 2 tests failed (0.01s)
vcunat commented 8 months ago

Also this one:

  tdigest validity:   FAIL (0.02s)
    *** Failed! Falsified (after 58 tests and 46 shrinks):
    [0.0,0.0,1.0,1.0,29.0,-0.0,0.0,15.0,15.0,0.0,0.0,0.0,-0.0,-0.0,15.0,15.0,29.0]
    invalid ordering Node 4 1.0 2.4000000000000004 17.0 (Node 1 0.0 9.0 9.0 Nil Nil) (Node 2 29.0 5.318823529411767 5.6 Nil (Node 1 29.0 0.2811764705882327 0.2811764705882327 Nil Nil))
    Use --quickcheck-replay=761111 to reproduce.
    Use -p '/tdigest validity/' to rerun this test only.