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 a43cc88 commit cc284f0
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 cc284f0

Please sign in to comment.