(self, array1, array2, decimal=6)
| 116 | numpy.testing.assert_array_equal(array1, array2) |
| 117 | |
| 118 | def assert_array_almost_equal(self, array1, array2, decimal=6): |
| 119 | numpy.testing.assert_array_almost_equal(array1, array2, decimal) |
| 120 |
no outgoing calls
no test coverage detected