Skip to content

Commit

Permalink
Remove commented out section from test_train_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ybracke authored Feb 11, 2025
1 parent ba06ce2 commit 7e202da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,6 @@ def test_processing_trainset_from_directories() -> None:
prepared_dataset_dict2 = train_model.filter_dataset_dict_for_length(
dataset_dict2, CONFIGS2
)
# print(prepared_dataset_dict["validation"].sort("norm")[:])
# print(prepared_dataset_dict2["validation"].sort("norm")[:])

# Datasets have the same content
assert str(prepared_dataset_dict["validation"].sort("norm")[:]) == str(
Expand Down

0 comments on commit 7e202da

Please sign in to comment.