Skip to content

Commit

Permalink
Fix aux tests (#1753)
Browse files Browse the repository at this point in the history
* Set n_jobs to 1 for resample script

* Delete resample test

* Set n_jobs 1 in vad test

* delete vad test

* Revert "Delete resample test"

This reverts commit bb7c846.

* Remove tests with resample
  • Loading branch information
WeberJulian authored Jul 19, 2022
1 parent f7587fc commit 4f31402
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion run_bash_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ TF_CPP_MIN_LOG_LEVEL=3
# runtime bash based tests
# TODO: move these to python
./tests/bash_tests/test_demo_server.sh && \
./tests/bash_tests/test_resample.sh && \
./tests/bash_tests/test_compute_statistics.sh
29 changes: 0 additions & 29 deletions tests/aux_tests/test_remove_silence_vad_script.py

This file was deleted.

16 changes: 0 additions & 16 deletions tests/bash_tests/test_resample.sh

This file was deleted.

0 comments on commit 4f31402

Please sign in to comment.