Skip to content

Commit

Permalink
idk what happen
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Jul 18, 2024
1 parent d532a9c commit 198b8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_tokenizer_loading(self, mock_from_pretrained):
self.assertEqual(tokenizer, mock_tokenizer)

@test_name("Dataset Loading Test")
@patch('s3helper.s3_load_dataset')
# @patch('s3helper.s3_load_dataset')
def test_dataset_loading(self):
try:
dataset = s3_load_dataset(self.dataset_name, file_format='parquet', split='train')
Expand Down

0 comments on commit 198b8bc

Please sign in to comment.