Skip to content

Commit

Permalink
Increase test coverage (3)
Browse files Browse the repository at this point in the history
Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com>
  • Loading branch information
thanawan-atc committed Jul 7, 2023
1 parent ec0468b commit 5ff266f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ml_models/test_sentencetransformermodel_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def test_missing_fields_in_config_json():
assert False, f"Modifying config json file raised an exception {exec}"

model_config_path_torch = test_model9.make_model_config_json(
model_format="TORCH_SCRIPT"
model_format="TORCH_SCRIPT", verbose=True
)
try:
with open(model_config_path_torch) as json_file:
Expand Down

0 comments on commit 5ff266f

Please sign in to comment.