Skip to content

Commit

Permalink
Update test_train_inputs.py
Browse files Browse the repository at this point in the history
Remove requirement in tests for eval interval
  • Loading branch information
milocress authored Aug 20, 2024
1 parent a2f7ace commit 243dbf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/a_scripts/train/test_train_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def test_missing_mandatory_parameters_fail(self, cfg: DictConfig) -> None:
'optimizer',
'scheduler',
'max_duration',
'eval_interval',
'max_seq_len',
]
for param in mandatory_params:
Expand Down

0 comments on commit 243dbf8

Please sign in to comment.