Skip to content

Commit

Permalink
Add Horovod tests (intel-analytics#2761)
Browse files Browse the repository at this point in the history
* add pytorch horovod tests

* add horovod tf tests

* fix

* fix style

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests
  • Loading branch information
yangw1234 committed Aug 24, 2020
1 parent 051e1e1 commit edaac2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/orca/src/test/dev/run-pytests-ray
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ fi

echo "Running orca learn ray tests"
python -m pytest -v ../test/zoo/orca/learn/ray \
--ignore=../test/zoo/orca/learn/ray/pytorch/test_pytorch_estimator.py
--ignore=../test/zoo/orca/learn/ray/pytorch/test_pytorch_estimator.py \
--ignore=../test/zoo/orca/learn/ray/tf/
exit_status_2=$?
if [ $exit_status_2 -ne 0 ];
then
Expand Down

0 comments on commit edaac2c

Please sign in to comment.