Skip to content

Commit

Permalink
read parquet dataset as tf.data.Dataset (intel-analytics#3956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng committed May 24, 2021
1 parent 1c4171a commit a20f75c
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 @@ -59,7 +59,8 @@ fi
ray stop -f

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

0 comments on commit a20f75c

Please sign in to comment.