Andreas Klöckner

Results 320 issues of Andreas Klöckner

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: ![grafik](https://user-images.githubusercontent.com/352067/129070421-bdaa356a-b26e-4a54-b1a9-0e265512846e.png)...