check_ndarray_eq#
- pybrops.core.error.error_value_numpy.check_ndarray_eq(v, vname, w, wname)[source]#
Check if two
numpy.ndarray
values are equal to each other.- Parameters:
v (numpy.ndarray) – First input array.
vname (str) – Name assigned to the first input array.
w (numpy.ndarray) – Second input array.
wname (str) – Name assigned to the second input array.
- Return type:
None