Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 28, 2022
1 parent bb7b985 commit 67f9a3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/tests/test_cxxcodeprinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ def test_optimizations():
AmiciCxxCodePrinter.optimizations = optims_c99
cp = AmiciCxxCodePrinter()
assert "expm1" in cp.doprint(sp.sympify("exp(x) - 1"))
except Exception:
raise
finally:
AmiciCxxCodePrinter.optimizations = old_optim

0 comments on commit 67f9a3a

Please sign in to comment.