Skip to content

Commit 7d9e315

Browse files
committed
Always skip output check for dataframemaker.py
1 parent 86c72f4 commit 7d9e315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchdata/datapipes/iter/util/dataframemaker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class DataFrameMakerIterDataPipe(IterDataPipe): # IterDataPipe[torcharrow.IData
6666
print(list(df_dp)[0])
6767
6868
.. testoutput::
69-
:skipif: dt is None
69+
:skipif: io_doctest
7070
7171
index Values
7272
------- --------
@@ -124,7 +124,7 @@ class ParquetDFLoaderIterDataPipe(IterDataPipe): # IterDataPipe[torcharrow.IDat
124124
print(list(parquet_df_dp)[0])
125125
126126
.. testoutput::
127-
:skipif: dt is None
127+
:skipif: io_doctest
128128
129129
index Values
130130
------- --------

0 commit comments

Comments
 (0)