From 4e8e2846c559a510e1f76d356d8444e10d0006ce Mon Sep 17 00:00:00 2001 From: Carlos Muniz Date: Wed, 19 Jan 2022 11:50:43 -0500 Subject: [PATCH] docs: Add comment about issue #39 --- symmath/symmath_check.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/symmath/symmath_check.py b/symmath/symmath_check.py index c0e6456..a5a9bb8 100644 --- a/symmath/symmath_check.py +++ b/symmath/symmath_check.py @@ -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