8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad51be commit 507cc9fCopy full SHA for 507cc9f
build_tools/travis/test_script.sh
@@ -19,6 +19,7 @@ python --version
19
python -c "import numpy; print('numpy %s' % numpy.__version__)"
20
python -c "import scipy; print('scipy %s' % scipy.__version__)"
21
python -c "import multiprocessing as mp; print('%d CPUs' % mp.cpu_count())"
22
+python -c "import numpy as np;a = np.array(['a', 'b'], dtype=np.object);print(a)"
23
24
# Skip tests that require large downloads over the network to save bandwidth
25
# usage as travis workers are stateless and therefore traditional local
0 commit comments