Skip to content

Commit 99adbf1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5ae90d9 commit 99adbf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xpublish_wms/wms/get_map.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ async def render(
280280
if minmax_only:
281281
logger.warning("Falling back to default minmax")
282282
return {"min": float(da.min()), "max": float(da.max())}
283-
283+
284284
try:
285285
da = filter_data_within_bbox(da, self.bbox, self.BBOX_BUFFER)
286286
except Exception as e:
@@ -301,7 +301,7 @@ async def render(
301301
# da["x"] = da.x.persist()
302302
# da["y"] = da.y.persist()
303303

304-
print(da.x[1].values -da.x[0].values)
304+
print(da.x[1].values - da.x[0].values)
305305
print(da.y[1].values - da.y[0].values)
306306

307307
print(f"dask compute: {time.time() - start_dask}")

0 commit comments

Comments
 (0)