Skip to content

Commit 529a8cc

Browse files
authored
Merge pull request #817 from fractal-analytics-platform/753-use-new-zenodo-datasets-in-tests
Use new zenodo datasets in tests
2 parents 92692be + 4324db2 commit 529a8cc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
**Note**: Numbers like (\#123) point to closed Pull Requests on the fractal-tasks-core repository.
22

3+
# Unreleased
4+
5+
* Testing
6+
* Use latest version of Zenodo tiny-ome-zarr dataset (\#817).
7+
38
# 1.3.0
9+
410
* Tasks:
511
* `image_glob_patterns` are renamed to `include_glob_patterns` in Convert Cellvoyager to OME-Zarr (regular & multiplexing) (\#812).
612
* Convert Cellvoyager to OME-Zarr (regular & multiplexing) gain exclusion patterns to exclude specific patterns of images from being processed (\#812).
@@ -16,7 +22,7 @@
1622
# 1.2.1
1723
* Core-library
1824
* Add `create_roi_table_from_df_list` library function in `fractal_tasks_core.v1.roi`: It combines a list of ROI table dataframes into an AnnData ROI table and handles repeating labels (\#811).
19-
* Move `create_well_acquisition_dict` & `_split_well_path_image_path` from fractal_tasks_core.tasks._registration_utils.py & fractal_tasks_core.tasks._zarr_utils into fractal_tasks_core.utils (\#811).
25+
* Move `create_well_acquisition_dict` & `_split_well_path_image_path` from `fractal_tasks_core.tasks._registration_utils.py` & `fractal_tasks_core.tasks._zarr_utils` into `fractal_tasks_core.utils` (\#811).
2026
* Tasks:
2127
* Fixes issue 810 for Cellpose task: Avoids creating duplicated entries in ROI tables when masking ROI table input was used (\#811).
2228

tests/tasks/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def zenodo_zarr(testdata_path: Path) -> list[str]:
8080
"""
8181

8282
# 1 Download Zarrs from Zenodo
83-
DOI = "10.5281/zenodo.10257149"
83+
DOI = "10.5281/zenodo.13305156"
8484
DOI_slug = DOI.replace("/", "_").replace(".", "_")
8585
platenames = ["plate.zarr", "plate_mip.zarr"]
8686
rootfolder = testdata_path / DOI_slug

tests/tasks/test_unit_copy_hcs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"columns": [{"name": "03"}],
3333
"rows": [{"name": "B"}],
3434
"wells": [{"columnIndex": 0, "path": "B/03", "rowIndex": 0}],
35+
"version": "0.4",
3536
}
3637
}
3738

0 commit comments

Comments
 (0)