MCPcopy Create free account
hub / github.com/pydata/numexpr / setUp

Method setUp

numexpr3/tests/test_numexpr.py:40–43  ·  view source on GitHub ↗
(self, N_threads=1, ssize=SMALL_SIZE)

Source from the content-addressed store, hash-verified

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' )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected