Skip to content

Commit

Permalink
fix: Polygons from other plane export correctly (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
shernshiou authored Apr 26, 2024
1 parent 560f911 commit d06df59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin/exporter/formats/nifti.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def populate_output_volumes_from_polygons(
plane,
frame_idx,
)
return volume
return volume


def populate_output_volumes_from_raster_layer(
Expand Down

0 comments on commit d06df59

Please sign in to comment.