File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2424 copy_ome_zarr_hcs_plate ,
2525)
2626
27- # pytestmark = pytest.mark.skip(reason="Temporarily skipping this module")
28-
2927expected_MIP_plate_attrs = {
3028 "plate" : {
3129 "acquisitions" : [
@@ -73,7 +71,6 @@ def test_MIP(
7371 assert parallelization_list_2 == parallelization_list
7472
7573 # Run again, with overwrite=False
76- # TODO check with joel if this should be removed
7774 with pytest .raises (NgioFileExistsError ):
7875 _ = copy_ome_zarr_hcs_plate (
7976 zarr_urls = zarr_urls ,
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def _sample_plate_zarr_urls(
9797 plate_type : str = "2w_1a" ,
9898) -> list [str ]:
9999 """
100- Build a sample plate with 2 wells and 1 acquisition .
100+ Build a sample plate with different wells and acquisitions .
101101 """
102102
103103 # Create a plate with 2 wells and 1 acquisition
You can’t perform that action at this time.
0 commit comments