We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c24df commit 6b6f05cCopy full SHA for 6b6f05c
tests/test_evalops_client.py
@@ -113,7 +113,7 @@ async def test_submit_training_results(self):
113
)
114
115
async with EvalOpsClient(api_key="test-key", api_url="https://test.evalops.dev") as client:
116
- result = await client.submit_training_results(
+ await client.submit_training_results(
117
test_suite_id="suite-123",
118
round_number=2,
119
model_checkpoint="tinker://checkpoint-uri",
0 commit comments