Skip to content

Commit

Permalink
mistake in initiation of stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Oct 30, 2023
1 parent 440d8f6 commit 7ed66cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerulean_cloud/cloud_run_orchestrator/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def get_base_tile_inference(
print(f"XXX Received unexpected status code: {res.status_code}")
print(f"XXX HTTP content: {res.content}")
print(f"XXX Issue was found in: {self.sceneid}")
return InferenceResultStack([])
return InferenceResultStack(stack=[])

async def get_offset_tile_inference(
self, bounds: List[float], semaphore: asyncio.Semaphore, rescale=(0, 255)
Expand Down

0 comments on commit 7ed66cd

Please sign in to comment.