Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 593858723
  • Loading branch information
SeqIO Team authored and SeqIO committed Dec 26, 2023
1 parent dd60fe9 commit 86b0a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seqio/dataset_providers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,7 @@ def _constant_feature_preprocessor(unused_x, val):
res = sum(int(item["feature"][0]) for item in mix_ds.as_numpy_iterator())
self.assertEqual(res, 2481)


def test_copy_pretokenized(self):
@utils.map_over_dataset
def _constant_preprocessor(unused_x, val):
Expand Down

0 comments on commit 86b0a5f

Please sign in to comment.