8000 debug print in test script · scikit-learn/scikit-learn@507cc9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 507cc9f

Browse files
debug print in test script
1 parent bad51be commit 507cc9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_tools/travis/test_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ python --version
1919
python -c "import numpy; print('numpy %s' % numpy.__version__)"
2020
python -c "import scipy; print('scipy %s' % scipy.__version__)"
2121
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)"
2223

2324
# Skip tests that require large downloads over the network to save bandwidth
2425
# usage as travis workers are stateless and therefore traditional local

0 commit comments

Comments
 (0)
0