Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Nov 29, 2023
1 parent 604d9ce commit b3dba8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/src/backend/user_session/routers/surface/test_go.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ def go_get_surface_blobs(sumo_token: str, case_uuid: str, object_ids: list[str])
"base_uri": base_uri,
"auth_token": auth_token,
"object_ids": object_ids,
"output_zero_as_nan": True,
"nan_as_zero": False,
"bearer_token": sumo_token,
"operation": ["mean"],
"env": "prod",
}
elapsed_init = timer.lap_ms()
Expand Down

0 comments on commit b3dba8d

Please sign in to comment.