Skip to content

Commit 9570707

Browse files
committed
Removed invalid test of strict_syntax -inf and -∞. These are equal (at least according to SymPy and correctly parse.
1 parent 902f4c8 commit 9570707

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/tests/symbolic_evaluation_tests.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -775,10 +775,6 @@ def test_warning_inappropriate_symbol(self):
775775
'(0,002*6800*v)/1,2',
776776
'(0.002*6800*v)/1.2'
777777
),
778-
(
779-
'-∞',
780-
'-inf'
781-
),
782778
(
783779
'x.y',
784780
'x*y'

0 commit comments

Comments
 (0)