Skip to content

Commit

Permalink
Fixed a small issue where scale was not properly defined in perform_i…
Browse files Browse the repository at this point in the history
…nference(); hopefully this rectifies the issue
  • Loading branch information
cjthomas730 committed Nov 17, 2023
1 parent a355beb commit 024dc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerulean_cloud/cloud_run_orchestrator/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def flatten_feature_list(


# XXX_CT reworking perform_inference to accept scale as an argument
async def perform_inference(tiles, inference_func, description):
async def perform_inference(tiles, inference_func, description, scale):
"""
Perform inference on a set of tiles asynchronously.
Expand Down

0 comments on commit 024dc70

Please sign in to comment.