Skip to content

Commit

Permalink
orca init (intel-analytics#2304)
Browse files Browse the repository at this point in the history
* orca init

* xshard migration

* doc fix

* add license

* indent

* add csv files

* fix path
  • Loading branch information
cyita committed May 9, 2020
1 parent a6c3ec5 commit 11063d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/orca/src/test/dev/run-pytests-ray
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ then
exit $exit_status_4
fi

echo "Running xshard tests"
python -m pytest -v ../test/zoo/xshard
echo "Running orca data tests"
python -m pytest -v ../test/zoo/orca/data
exit_status_5=$?
if [ $exit_status_5 -ne 0 ];
then
Expand Down

0 comments on commit 11063d3

Please sign in to comment.