Files
lshaw8317 eb2f999703 Revert "Merge pull request #534 from jorenham/static-typing"
This reverts commit bce38b4317, reversing
changes made to cd730c826f.
2025-10-13 15:49:53 +02:00

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