Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit bfde5ea

Browse files
Move pybind example
1 parent 32cc5cb commit bfde5ea

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ python setup.py install
7070
./test_python/run_test.sh
7171

7272
for f in $(find ./python/examples -name "*.py"); do
73-
python $f
73+
python $f -v
7474
done
7575

7676
FILTER_OUT="benchmark_MLP_model benchmark_kronecker" ./test.sh
File renamed without changes.

test_python/run_test.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ $PYTHON test_tc.py -v
2020
echo "Running debug init test"
2121
$PYTHON test_debug_init.py -v
2222

23-
###############################################################################
24-
# PyTorch TcBuilder
25-
###############################################################################
26-
echo "Running PyTorch TcBuilder example"
27-
$PYTHON pytorch_example.py -v
28-
2923
###############################################################################
3024
# PyTorch testing all features
3125
###############################################################################

0 commit comments

Comments
 (0)