Skip to content

Commit

Permalink
map->list
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnbennett committed Oct 25, 2024
1 parent 29d6b32 commit 60d969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/api/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ def get_pixel(lat: float, lng: float) -> list[float]:
values = list(executor.map(lambda content: process_band(content, lat, lng), band_contents))

vals = map(scale_value, values)
print("get_pixel returned: " + str(vals))
print("get_pixel returned: " + str(list(vals)))
return vals

0 comments on commit 60d969e

Please sign in to comment.