Skip to content

Commit

Permalink
Remove unused argument to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Dec 30, 2024
1 parent 8d1e040 commit 7155379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stanza/tests/lemma/test_lemma_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def run_training(self, tmp_path, train_text, dev_text, extra_args=None):

args = ["--train_file", train_file,
"--eval_file", dev_file,
"--gold_file", dev_file,
"--output_file", pred_file,
"--num_epoch", "2",
"--log_step", "10",
Expand Down

0 comments on commit 7155379

Please sign in to comment.