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 f348689 commit 062043bCopy full SHA for 062043b
tests/runtests.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python3
2
###############################################################################
3
# Test script for PyNormaliz #
4
@@ -19,7 +19,7 @@
19
skip.add("segfault-35.txt")
20
skip.add("vertex_denom-37.txt")
21
skip.add("modify_cone_renf.txt")
22
-
+
23
if not PyNormaliz.NmzHasCocoa():
24
skip.add("test_rational_cones.txt")
25
@@ -33,7 +33,7 @@
33
continue
34
35
print("Doctest {}".format(filename))
36
- result = doctest.testfile(filename,
+ result = doctest.testfile(filename,
37
optionflags=doctest.IGNORE_EXCEPTION_DETAIL |
38
doctest.NORMALIZE_WHITESPACE |
39
doctest.REPORT_NDIFF)
0 commit comments