Skip to content

Commit

Permalink
tests: Rename test dataset name to test_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Jul 31, 2023
1 parent 47c5494 commit d39a421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: test_dataset
id: alexandrainst/audio_test_dataset
subset: null
train_name: train
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def cfg(request) -> Generator[DictConfig, None, None]:
config_name="config",
overrides=[
f"model={request.param}",
"dataset=test",
"dataset=test_dataset",
],
)

Expand Down

0 comments on commit d39a421

Please sign in to comment.