Exemplo n.º 1
0
#  tests for numexpr-2.6.8-py37h7413580_0 (this is a generated file);
print('===== testing package: numexpr-2.6.8-py37h7413580_0 =====')
print('running run_test.py')
#  --- run_test.py (begin) ---
import sys
import numpy
import numexpr
import numexpr.interpreter

from multiprocessing import freeze_support

if __name__ == "__main__":
    freeze_support()
    numexpr.test()
#  --- run_test.py (end) ---

print('===== numexpr-2.6.8-py37h7413580_0 OK =====')
print("import: 'numexpr'")
import numexpr

print("import: 'numexpr.interpreter'")
import numexpr.interpreter
Exemplo n.º 2
0
def run_tests():
    numexpr.test()