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 e90f355 commit 3108bfcCopy full SHA for 3108bfc
bin/test_python.py
@@ -1,5 +1,5 @@
1
import os
2
-TEST_SYMPY = os.getenv('TEST_SYMPY', '0')
+TEST_SYMPY = os.getenv('TEST_SYMPY', False)
3
4
import symengine
5
if not symengine.test():
0 commit comments