Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vrigal committed May 22, 2024
1 parent 468f6fe commit 044d93b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/test_tracking_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ def test_experiments_marian_1_10(wandb_mock, getargs_mock, caplog, samples_dir,
),
(logging.INFO, "Found 2 quantized metrics from speed folder"),
(logging.INFO, "Found 16 metrics from task logs"),
(logging.INFO, "Creating missing run backward with associated metrics"),
(logging.INFO, "Creating missing run backwards with associated metrics"),
(logging.INFO, "Creating missing run quantized with associated metrics"),
(logging.INFO, "Creating missing run student-finetuned with associated metrics"),
(logging.INFO, "Creating missing run student-finetune with associated metrics"),
(logging.INFO, "Creating missing run teacher-base-0 with associated metrics"),
(logging.INFO, "Creating missing run teacher-base-1 with associated metrics"),
(logging.INFO, "Creating missing run teacher-ensemble with associated metrics"),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_tracking_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
),
(
"eval_student-finetuned_flores_devtest",
("student-finetuned", "flores", "devtest", None),
("student-finetune", "flores", "devtest", None),
),
(
"eval_teacher-base0_flores_devtest",
Expand Down Expand Up @@ -65,7 +65,7 @@
),
(
"evaluate-backward-url-gcp_pytest-dataset_a0017e-en-ru",
("backward", "url", "gcp_pytest-dataset_a0017e", None),
("backwards", "url", "gcp_pytest-dataset_a0017e", None),
),
(
"train-teacher-ast-en-1",
Expand Down

0 comments on commit 044d93b

Please sign in to comment.