Skip to content

Commit

Permalink
expose tcmf num_workers to zouwu (intel-analytics#2884)
Browse files Browse the repository at this point in the history
* expose tcmf num_workers to zouwu

* fix style & add logger handler & default num_workers

* change backend to horovod

* change zouwu forecast base test case from ZooTestCase to TestCase

* split zouwu model forecast test into with and without ft

* change import

* change import

* change zouwu tests structure

* fix typo

* expose evaluate and fix num_workers after rebase

* change default value of num_workers
  • Loading branch information
shanyu-sys committed Sep 28, 2020
1 parent f61cc6f commit 3fd714c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/orca/test/dev/run-pytests-ray
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ then
fi

echo "Running zouwu tests"
python -m pytest -v ../test/zoo/zouwu
python -m pytest -v ../test/zoo/zouwu \
-k "not test_forecast_tcmf_distributed"
exit_status_4=$?
if [ $exit_status_4 -ne 0 ];
then
Expand Down

0 comments on commit 3fd714c

Please sign in to comment.