From 46dba612ec90355cad0d3d8334a8098792388336 Mon Sep 17 00:00:00 2001 From: Yu Shan Date: Mon, 28 Sep 2020 09:20:35 +0800 Subject: [PATCH] expose tcmf num_workers to zouwu (#2884) * 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 --- python/orca/test/dev/run-pytests-ray | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/orca/test/dev/run-pytests-ray b/python/orca/test/dev/run-pytests-ray index 95855754c2b..fc5f5b9590f 100755 --- a/python/orca/test/dev/run-pytests-ray +++ b/python/orca/test/dev/run-pytests-ray @@ -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