Skip to content

Commit

Permalink
docs: Add comment about issue #39
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Muniz committed Jan 19, 2022
1 parent 129859d commit 4e8e284
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions symmath/symmath_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@ def symmath_check(expect, ans, dynamath=None, options=None, debug=None, xml=None

###### PMathML input ######
# convert mathml answer to formula
"""
Everything below this line is poorly test-covered, probably broken, and potentially
unused. For more information see issue #39:
https://github.com/openedx/openedx-calc/issues/39
"""

try:
mmlans = dynamath[0] if dynamath else None
except Exception as err: # lint-amnesty, pylint: disable=broad-except
Expand Down

0 comments on commit 4e8e284

Please sign in to comment.