Closed lgeretti closed 1 year ago
By running coverage on Ubuntu gcc 12, the following test fails:
test_dyadic: /home/runner/work/ariadne/ariadne/tests/numeric/test_dyadic.cpp:169: void TestDyadic::test_infinity(): Assertion `-mp_exp_t_min == mp_exp_t_min' failed.
Just removed the assertion causing the problem, since we should not use assertions in tests anyway.
By running coverage on Ubuntu gcc 12, the following test fails: