You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function is used to compare two number arrays/vectors/matrices, provided absolute and/or relative tolerance parameters `rtol` and `atol`. This is carried out using the [numpy.allclose](https://numpy.org/doc/stable/reference/generated/numpy.allclose.html) function.
3
+
This function is used to compare two number arrays/vectors/matrices, provided absolute and/or relative tolerance parameters `rtol` and `atol`. This is carried out using the [numpy.allclose](https://numpy.org/doc/stable/reference/generated/numpy.allclose.html) function.
4
+
5
+
### Optional parameters
6
+
7
+
There is one optional parameter: `feedback_for_incorrect_case`.
8
+
9
+
## `feedback_for_incorrect_case`
10
+
All feedback for all incorrect responses will be replaced with the string that this parameter is set to.
0 commit comments