You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2026. It is now read-only.
When I run the test suite under Windows I get this failure :
======================================================================
FAIL: test_overflow (test_representation.RepresentationTestCase)
We use a finite buffer (typically, 2048 chars) to construct the repr
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\Lucas\Python\PyPoly\tests\test_representation.py", line 47, in
test_overflow
self.assertEqual(len(long_repr), 2047)
AssertionError: 2048 != 2047
----------------------------------------------------------------------
Ran 85 tests in 0.009s
FAILED (failures=1)