Skip to content

Commit

Permalink
removing too complex functions
Browse files Browse the repository at this point in the history
  • Loading branch information
infuzu-yidisprei committed Dec 24, 2023
1 parent 38c4d05 commit b47510c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
6 changes: 0 additions & 6 deletions python_oqs_implementation/tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,3 @@ def test_order_of_operations(self):
self.leer("4 + 2 * 3", 10)
self.leer("5 + 6 / 3 - 1", 6)
self.leer("5 - 6 / 3 + 1", 4)

def test_long_running(self):
self.leer(
'SUM([' + ' EXPONENTIATE(ADD(6, EXPONENTIATE(7, 3)), MULTIPLY(8, DECIMAL(9))), ' * 1000 + '])',
1.2117994221359255e+186
)
15 changes: 0 additions & 15 deletions tests.json

Large diffs are not rendered by default.

0 comments on commit b47510c

Please sign in to comment.