(self, N_threads=1, ssize=SMALL_SIZE)
| 38 | '''Testing with 1 thread for serial operation''' |
| 39 | |
| 40 | def setUp(self, N_threads=1, ssize=SMALL_SIZE): |
| 41 | logger.info( "**Run NumExpr() tests with {} thread(s) over {} element arrays**".format(N_threads, ssize) ) |
| 42 | ne3.set_nthreads(N_threads) |
| 43 | self.ssize = ssize |
| 44 | |
| 45 | def test_scalars(self): |
| 46 | logger.info( 'Test scalars' ) |
nothing calls this directly
no outgoing calls
no test coverage detected