Skip to content

Commit

Permalink
Lintage.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Apr 29, 2024
1 parent 7fda7f3 commit ca69070
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ def wcs1_args(
crs_extent = extent.to_crs(crs)
crs_bbox = crs_extent.boundingbox
return {
"bbox": f"{min(crs_bbox.left,crs_bbox.right)},{min(crs_bbox.top,crs_bbox.bottom)},{max(crs_bbox.left,crs_bbox.right)},{max(crs_bbox.top,crs_bbox.bottom)}",
"bbox": f"{min(crs_bbox.left, crs_bbox.right)},{min(crs_bbox.top, crs_bbox.bottom)},"
f"{max(crs_bbox.left, crs_bbox.right)},{max(crs_bbox.top, crs_bbox.bottom)}",
"times": ",".join(time_strs),
}

Expand Down

0 comments on commit ca69070

Please sign in to comment.