We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029ec02 commit 6a65cfaCopy full SHA for 6a65cfa
test/test.py
@@ -447,7 +447,7 @@ def test_arb():
447
sys.stdout.write("test_nmod_mat..."); test_nmod_mat(); print("OK")
448
sys.stdout.write("test_arb.."); test_arb(); print("OK")
449
sys.stdout.write("doctests...");
450
- fail, total = doctest.testmod(flint);
+ fail, total = doctest.testmod(flint._flint);
451
if fail == 0:
452
print("OK")
453
else:
0 commit comments