eb2f999703
This reverts commitbce38b4317, reversing changes made tocd730c826f.
15 lines
447 B
Python
15 lines
447 B
Python
###################################################################
|
|
# 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 print_versions, test
|
|
|
|
if __name__ == '__main__':
|
|
test()
|