peacock-data-public-datasets-idc-cronscript
/
venv
/lib
/python3.10
/site-packages
/numexpr
/tests
/__init__.py
| ################################################################### | |
| # 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() | |