Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,665 changes: 853 additions & 812 deletions openapi/ga/individual/platform.openapi.yaml

Large diffs are not rendered by default.

1,665 changes: 853 additions & 812 deletions openapi/ga/openapi.yaml

Large diffs are not rendered by default.

1,665 changes: 853 additions & 812 deletions openapi/openapi.yaml

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async def test_publish_to_intake_round_trip(platform_base_url: str) -> None:
group = await client.experiment_groups.create(
workspace=WORKSPACE, name=GROUP_NAME, description="Intake IT", exist_ok=True
)
await client.experiments.create(
await client.evaluations.create(
workspace=WORKSPACE,
name=EXPERIMENT_NAME,
experiment_group_id=group.id,
Expand Down Expand Up @@ -275,7 +275,7 @@ async def test_publish_skips_nan_and_failed_scores(platform_base_url: str) -> No
# should reach Intake. Only the finite, completed output should be stored.
async with AsyncNeMoPlatform(base_url=platform_base_url, max_retries=2) as client:
group = await client.experiment_groups.create(workspace=WORKSPACE, name=GROUP_NAME, exist_ok=True)
await client.experiments.create(
await client.evaluations.create(
workspace=WORKSPACE,
name=NAN_EXPERIMENT_NAME,
experiment_group_id=group.id,
Expand Down
Loading
Loading