5.22.2. testing.assert_array_equal¶
- eminus.testing.assert_array_equal(actual, desired, *args, **kwargs)[source]¶
Raises an AssertionError if two array_like objects are not equal.
- Parameters:
actual – The actual object to check.
desired – The desired, expected object.
*args – Pass-through arguments.
- Keyword Arguments:
**kwargs – Pass-through keyword arguments.