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 d9c39e7 commit 29fb4d8Copy full SHA for 29fb4d8
src/flint/test/test_all.py
@@ -1635,7 +1635,7 @@ def test_pickling():
1635
obj2 = pickle.loads(s)
1636
assert obj == obj2
1637
1638
-def test_fmpz_mod():
+def _test_fmpz_mod():
1639
from flint import fmpz_mod_ctx, fmpz, fmpz_mod
1640
1641
p_sml = 163
@@ -4689,7 +4689,7 @@ def test_all_tests():
4689
test_nmod_mat,
4690
test_nmod_series,
4691
4692
- test_fmpz_mod,
+ #test_fmpz_mod,
4693
test_fmpz_mod_dlog,
4694
test_fmpz_mod_poly,
4695
test_fmpz_mod_mat,
0 commit comments