applied-ai-018's picture
Add files using upload-large-folder tool
9abfc01 verified
raw
history blame
447 Bytes
###################################################################
# Numexpr - Fast numerical array expression evaluator for NumPy.
#
# License: MIT
# Author: See AUTHORS.txt
#
# See LICENSE.txt and LICENSES/*.txt for details about copyright and
# rights to use.
####################################################################
from numexpr.tests.test_numexpr import test, print_versions
if __name__ == '__main__':
test()