Skip to content

Commit

Permalink
Update test_model_schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annereinarz authored May 31, 2024
1 parent 99424b4 commit f84befc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/protocol_conformity_1.0/test_model_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def test_evaluate(model_url, input_value):
assert len(inputParams["input"][i]) == inputSizesJSON_i

resp = requests.post(f'{model_url}/Evaluate', headers={}, data=json.dumps(inputParams,indent=4))
if resp.status_code == 200:
print(resp.json())

assert resp.status_code == 200

Expand Down

0 comments on commit f84befc

Please sign in to comment.