Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Aug 27, 2024
1 parent f2f8ae0 commit 9fcb4db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data_processors/crop_region/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
min_y = par["min_y"][i]
max_y = par["max_y"][i]
sdata = sdata.query.bounding_box(
axes=["x", "y"],
min_coordinate=[min_x, min_y],
max_coordinate=[max_x, max_y],
target_coordinate_system=f"{replicate_id}_global",
axes=["x", "y"],
min_coordinate=[min_x, min_y],
max_coordinate=[max_x, max_y],
target_coordinate_system=f"{replicate_id}_global",
)

sdata.write_zarr(par["output"])

0 comments on commit 9fcb4db

Please sign in to comment.