Skip to content

Commit 8427b1a

Browse files
committed
skipped additional doc test
1 parent 6a60427 commit 8427b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ We can filter the list of tasks to only contain datasets with more than
143143
>>> filtered_tasks = tasks.query('NumberOfInstances > 500 and NumberOfInstances < 1000')
144144
>>> print(list(filtered_tasks.index)) # doctest: +SKIP
145145
[2, 11, 15, 29, 37, 41, 49, 53, ..., 146597, 146600, 146605]
146-
>>> print(len(filtered_tasks))
146+
>>> print(len(filtered_tasks)) # doctest: +SKIP
147147
210
148148
149149
Then, we can further restrict the tasks to all have the same resampling

0 commit comments

Comments
 (0)