Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yslan authored and inducer committed Jan 11, 2025
1 parent 3296283 commit 67840e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion course/page/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,8 @@ class PythonCodeQuestion(CodeQuestion, PageBaseWithoutHumanGrading):
feedback.check_numpy_array_sanity(name, num_axes, data)
feedback.check_numpy_array_features(name, ref, data, report_failure=True)
feedback.check_numpy_array_features(name, ref, data, check_finite=True,
report_failure=True)
feedback.check_numpy_array_allclose(name, ref, data,
accuracy_critical=True, rtol=1e-5, atol=1e-8,
Expand Down

0 comments on commit 67840e7

Please sign in to comment.