Skip to content

Commit

Permalink
Update test_import_ome_zarr_image_BIA (ref #578)
Browse files Browse the repository at this point in the history
Note: the test still fails, but it is because of #169 (that is, lacking support for time axis)
  • Loading branch information
tcompa committed Oct 19, 2023
1 parent c62a812 commit cb11bec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/tasks/test_import_ome_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,11 @@ def test_import_ome_zarr_image_BIA(tmp_path, monkeypatch):
cellpose_segmentation(
input_paths=[str(root_path)],
output_path=str(root_path),
input_ROI_table="grid_ROI_table",
metadata=metadata,
component=component,
channel=Channel(label="Channel 0"),
level=1,
channel=Channel(wavelength_id="Channel 0"),
level=0,
relabeling=True,
diameter_level0=80.0,
augment=True,
Expand Down

0 comments on commit cb11bec

Please sign in to comment.