Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests against QuickCheck-2.14.3 #64

Open
Bodigrim opened this issue Jun 8, 2023 · 0 comments
Open

Fix tests against QuickCheck-2.14.3 #64

Bodigrim opened this issue Jun 8, 2023 · 0 comments

Comments

@Bodigrim
Copy link
Owner

Bodigrim commented Jun 8, 2023

All
  Orthogonal
    differential equations
      jacobi:                                           FAIL (0.01s)
        *** Failed! Exception: 'Ratio has zero denominator' (after 8 tests and 1 shrink):
        (-16) % 3
        4 % 3
        Exception thrown while showing test case: 'Ratio has zero denominator'
        Use --quickcheck-replay=431599 to reproduce.
        Use -p '/differential equations.jacobi/' to rerun this test only.
      gegenbauer:                                       FAIL
        *** Failed! Exception: 'Ratio has zero denominator' (after 2 tests):
        (-1) % 1
        Exception thrown while showing test case: 'Ratio has zero denominator'
        Use --quickcheck-replay=143703 to reproduce.
        Use -p '/differential equations.gegenbauer/' to rerun this test only.
    normalization
      jacobi:                                           FAIL
        *** Failed! Exception: 'Ratio has zero denominator' (after 4 tests):
        (-2) % 1
        0 % 1
        Exception thrown while showing test case: 'Ratio has zero denominator'
        Use --quickcheck-replay=550024 to reproduce.
        Use -p '/normalization.jacobi/' to rerun this test only.
      gegenbauer:                                       FAIL
        *** Failed! Exception: 'Ratio has zero denominator' (after 2 tests):
        (-1) % 1
        Exception thrown while showing test case: 'Ratio has zero denominator'
        Use --quickcheck-replay=16628 to reproduce.
        Use -p '/normalization.gegenbauer/' to rerun this test only.
  MultiLaurent
    eval
      eval (p + q) r = eval p r + eval q r:             FAIL
        *** Failed! Exception: 'Ratio has zero denominator' (after 6 tests and 16 shrinks):
        ShortPoly {unShortPoly = 0}
        ShortPoly {unShortPoly = 1 % 1 * X^-1}
        Vector [0 % 1,0 % 1,0 % 1]
        Exception thrown while showing test case: 'Ratio has zero denominator'
        Use --quickcheck-replay=671565 to reproduce.
        Use -p '/MultiLaurent.eval.eval (p + q) r = eval p r + eval q r/' to rerun this test only.

5 out of 1164 tests failed (19.68s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant