MCPcopy Create free account
hub / github.com/tensorflow/datasets / test_disk

Method test_disk

tensorflow_datasets/core/shuffle_test.py:221–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

219
220 @mock.patch.object(shuffle, 'MAX_MEM_BUFFER_SIZE', 0)
221 def test_disk(self):
222 self._test_items('split1', _ITEMS, _ORDERED_ITEMS_SPLIT1)
223 self._test_items('split2', _ITEMS, _ORDERED_ITEMS_SPLIT2)
224
225 def test_sorted_by_key(self):
226 self._test_items(

Callers

nothing calls this directly

Calls 1

_test_itemsMethod · 0.95

Tested by

no test coverage detected