Skip to content

Commit 51ee52d

Browse files
chore(release): adapt to heta expected results
1 parent 510e7d8 commit 51ee52d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/constants_test.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
SPOT_0_EXPECTED_CELLS_CLASSIFIED = (35160, 10)
6161

6262
SPOT_1_EXPECTED_RESULT_FILES = [
63-
("tissue_qc_segmentation_map_image.tiff", 464908, 10),
64-
("tissue_qc_geojson_polygons.json", 180522, 10),
65-
("tissue_segmentation_geojson_polygons.json", 270931, 10),
66-
("readout_generation_slide_readouts.csv", 295268, 10),
67-
("readout_generation_cell_readouts.csv", 2228907, 10),
68-
("cell_classification_geojson_polygons.json", 16054058, 10),
69-
("tissue_segmentation_segmentation_map_image.tiff", 581258, 10),
70-
("tissue_segmentation_csv_class_information.csv", 342, 10),
71-
("tissue_qc_csv_class_information.csv", 232, 10),
63+
("tissue_qc_segmentation_map_image.tiff", 440122, 10),
64+
("tissue_qc_geojson_polygons.json", 139943, 10),
65+
("tissue_segmentation_geojson_polygons.json", 175419, 10),
66+
("readout_generation_slide_readouts.csv", 300408, 10),
67+
("readout_generation_cell_readouts.csv", 2384271, 10),
68+
("cell_classification_geojson_polygons.json", 16384866, 10),
69+
("tissue_segmentation_segmentation_map_image.tiff", 508552, 10),
70+
("tissue_segmentation_csv_class_information.csv", 443, 10),
71+
("tissue_qc_csv_class_information.csv", 284, 10),
7272
]
7373

7474
case "staging":

0 commit comments

Comments
 (0)