(self)
| 208 | npt.assert_array_equal(y, intSize//x) |
| 209 | |
| 210 | def test_true_div(self): |
| 211 | logger.info( 'Test true div' ) |
| 212 | x = np.arange(self.ssize, dtype='int64') |
| 213 | intSize = np.int64(self.ssize) |
| 214 | npt.assert_array_equal(ne3.NumExpr('intSize/x')(), intSize/x) |
| 215 | |
| 216 | def test_complex64(self): |
| 217 | logger.info( 'Test complex64 ' ) |
nothing calls this directly
no outgoing calls
no test coverage detected