You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revert "Merge pull request #232 from lambda-feedback/fix/git-install"
This reverts commit d22647c, reversing
changes made to d89371f.
* Revert "Merge pull request #231 from lambda-feedback/fix/python-version"
This reverts commit d89371f, reversing
changes made to 896bc51.
* Revert "Merge pull request #227 from lambda-feedback/bug/fix-inappropriate-symbol-and-!-for-factorial"
This reverts commit 896bc51, reversing
changes made to 51708f8.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Once the code passes all these tests, it will then be uploaded to AWS and will b
53
53
## Pre-requisites
54
54
Although all programming can be done through the GitHub interface, it is recommended you do this locally on your machine. To do this, you must have installed:
Copy file name to clipboardExpand all lines: app/feedback/symbolic.py
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@
21
21
"PARSE_ERROR": f"`{inputs.get('x','')}` could not be parsed as a valid mathematical expression. Ensure that correct codes for input symbols are used, correct notation is used, that the expression is unambiguous and that all parentheses are closed.",
22
22
"NOTATION_WARNING_EXPONENT": "Note that `^` cannot be used to denote exponentiation, use `**` instead.",
23
23
"NOTATION_WARNING_FACTORIAL": "Note that `!` cannot be used to denote factorial, use `factorial(...)` instead.",
24
-
"NOTATION_WARNING_TRIPLE_FACTORIAL": "Note that `!!!` is not supported.",
25
24
"EXPRESSION_NOT_EQUALITY": "The response was an expression but was expected to be an equality.",
26
25
"EQUALITY_NOT_EXPRESSION": "The response was an equality but was expected to be an expression.",
0 commit comments