Skip to content

Commit 646ca57

Browse files
remove duplicate code
1 parent e5bffd4 commit 646ca57

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_expr.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,3 @@ def test_rpow_constant_base(model):
182182

183183
with pytest.raises(ValueError):
184184
c = (-2)**x
185-
186-
equat = x == 1 + x**1.2
187-
assert isinstance(equat, ExprCons)
188-
assert isinstance(equat.expr, GenExpr)
189-
assert equat._lhs == equat._rhs
190-
assert equat._lhs == 0.0

0 commit comments

Comments
 (0)