Skip to content

Commit

Permalink
fix test command with experiment=imdb
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Sep 7, 2022
1 parent ce3722b commit e42f04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shell/test_basic_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def test_fast_dev_run_with_evaluation():
"""Test running for 1 train, val and test batch."""
command = ["train.py", "++trainer.fast_dev_run=true", "++test=true", "++experiment=imdb"]
command = ["train.py", "experiment=imdb", "++trainer.fast_dev_run=true", "++test=true"]
run_command(command)


Expand Down

0 comments on commit e42f04d

Please sign in to comment.