Andreas Klöckner
Andreas Klöckner
(as introduced in #800)
To answer the question: Is anyone working on this right now?
A commonly-used pattern in autograders is the following: ``` def ref_sol(): ###CORRECT_CODE### return x ref_x = ref_sol() feedback.check_numpy_array_allclose("x", ref_x, x) ``` A trivial mistake (an extra `#` in `###CORRECT_CODE###`) caused...
Otherwise, it'll incorrectly show things as correct that aren't when showing the correct solution.
This is the result of #791, which introduced the notion of "trusted courses", where only trusted courses can show un-sanitized HTML. To avoid the issue, simply check this box: ...