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 9812323 commit 2b30b4fCopy full SHA for 2b30b4f
bin/coverage.sh
@@ -18,7 +18,7 @@ pip uninstall -y cython
18
pip install --pre cython # unpinned to pick up new releases in CI
19
# pip install cython==3.1.0a1 # known working version for Python < 3.13
20
21
-meson setup build -Dcoverage=true
+meson setup build -Dcoverage=true -Dflint_version_check=false
22
spin run -- coverage run $RC -m flint.test $@
23
coverage report $RC -m --sort=cover
24
coverage html $RC
src/flint/types/_gr.pyx
@@ -602,7 +602,7 @@ cdef class gr_ctx(flint_ctx):
602
###
603
# Square Roots
604
605
- def is_square(self, x) -> bool | None:
+ def is_square(self, x):
606
"""
607
Returns whether x is a perfect square in the context.
608
0 commit comments