Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Jul 26, 2024
1 parent 8cd1a7d commit 66013af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/log_parsing/test_postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_undefined_variable_error(caplog: pytest.LogCaptureFixture,
model_config_path=model_config_file)

post_proc_message = build_post_proc_message(dataset_cudf, log_test_data_dir)
post_proc_message.payload().get_tensor('input_ids')[0] = 27716.0
post_proc_message.tensors().get_tensor('input_ids')[0] = 27716.0

expected_log_re = re.compile(r"^Ignoring unexecpected subword token:.*")

Expand Down

0 comments on commit 66013af

Please sign in to comment.