Skip to content

Commit

Permalink
Fix validate in Orca PyTorch Estimator (intel-analytics#3012)
Browse files Browse the repository at this point in the history
* fix validate

* rename

* fix

* fix ut

* update

* minor

* fix ut
  • Loading branch information
hkvision committed Nov 3, 2020
1 parent d55a80c commit ece7dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/orca/test/dev/run-pytests-ray
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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_estimator_horovod_backend.py \
--ignore=../test/zoo/orca/learn/ray/tf/
exit_status_2=$?
if [ $exit_status_2 -ne 0 ];
Expand Down

0 comments on commit ece7dde

Please sign in to comment.