Skip to content

Commit a921603

Browse files
committed
Reenable test_fmpz_mod
1 parent 85a74df commit a921603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flint/test/test_all.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ def test_pickling():
16351635
obj2 = pickle.loads(s)
16361636
assert obj == obj2
16371637

1638-
def _test_fmpz_mod():
1638+
def test_fmpz_mod():
16391639
from flint import fmpz_mod_ctx, fmpz, fmpz_mod
16401640

16411641
p_sml = 163
@@ -4689,7 +4689,7 @@ def test_all_tests():
46894689
test_nmod_mat,
46904690
test_nmod_series,
46914691

4692-
#test_fmpz_mod,
4692+
test_fmpz_mod,
46934693
#test_fmpz_mod_dlog,
46944694
#test_fmpz_mod_poly,
46954695
#test_fmpz_mod_mat,

0 commit comments

Comments
 (0)