From 1059cd6711ea3af752b4c3badc31b584359da2ca Mon Sep 17 00:00:00 2001 From: Blanca Pablos Date: Thu, 5 Mar 2026 17:14:46 +0100 Subject: [PATCH 1/2] chore: Bump app version in tests to 1.1.0 in prod --- tests/constants_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constants_test.py b/tests/constants_test.py index 7da8acae..6e02014f 100644 --- a/tests/constants_test.py +++ b/tests/constants_test.py @@ -52,7 +52,7 @@ TEST_APPLICATION_VERSION = "0.0.6" HETA_APPLICATION_ID = "he-tme" - HETA_APPLICATION_VERSION = "1.0.0" + HETA_APPLICATION_VERSION = "1.1.0" TEST_APPLICATION_VERSION_USE_LATEST_FALLBACK_SKIP = False PIPELINE_GPU_TYPE = "L4" From 528a3aaeb5fe05622dc3a2a8cb9d5cb0285f3814 Mon Sep 17 00:00:00 2001 From: Blanca Pablos Date: Fri, 6 Mar 2026 12:43:31 +0100 Subject: [PATCH 2/2] fix: Update expected results --- tests/constants_test.py | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/tests/constants_test.py b/tests/constants_test.py index 6e02014f..91126feb 100644 --- a/tests/constants_test.py +++ b/tests/constants_test.py @@ -68,28 +68,28 @@ SPECIAL_APPLICATION_VERSION = "0.99.0" SPOT_0_EXPECTED_RESULT_FILES = [ - ("tissue_qc_segmentation_map_image.tiff", 1540764, 10), - ("tissue_qc_geojson_polygons.json", 160668, 10), - ("tissue_segmentation_geojson_polygons.json", 853784, 10), - ("readout_generation_slide_readouts.csv", 302252, 10), - ("readout_generation_cell_readouts.csv", 1472661, 10), - ("cell_classification_geojson_polygons.json", 9939791, 10), - ("tissue_segmentation_segmentation_map_image.tiff", 2807584, 10), - ("tissue_segmentation_csv_class_information.csv", 451, 10), - ("tissue_qc_csv_class_information.csv", 284, 10), + ("tissue_qc_segmentation_map_image.tiff", 1642856, 10), + ("tissue_qc_geojson_polygons.json", 259955, 10), + ("tissue_segmentation_geojson_polygons.json", 887003, 10), + ("readout_generation_slide_readouts.csv", 303217, 10), + ("readout_generation_cell_readouts.csv", 1658344, 10), + ("cell_classification_geojson_polygons.json", 11218951, 10), + ("tissue_segmentation_segmentation_map_image.tiff", 2945078, 10), + ("tissue_segmentation_csv_class_information.csv", 452, 10), + ("tissue_qc_csv_class_information.csv", 285, 10), ] - SPOT_0_EXPECTED_CELLS_CLASSIFIED = (35160, 10) + SPOT_0_EXPECTED_CELLS_CLASSIFIED = (39798, 10) SPOT_1_EXPECTED_RESULT_FILES = [ - ("tissue_qc_segmentation_map_image.tiff", 440122, 10), - ("tissue_qc_geojson_polygons.json", 139943, 10), - ("tissue_segmentation_geojson_polygons.json", 175419, 10), - ("readout_generation_slide_readouts.csv", 300408, 10), - ("readout_generation_cell_readouts.csv", 2384271, 10), - ("cell_classification_geojson_polygons.json", 16384866, 10), - ("tissue_segmentation_segmentation_map_image.tiff", 508552, 10), - ("tissue_segmentation_csv_class_information.csv", 443, 10), - ("tissue_qc_csv_class_information.csv", 284, 10), + ("tissue_qc_segmentation_map_image.tiff", 469040, 10), + ("tissue_qc_geojson_polygons.json", 177779, 10), + ("tissue_segmentation_geojson_polygons.json", 205951, 10), + ("readout_generation_slide_readouts.csv", 299654, 10), + ("readout_generation_cell_readouts.csv", 2387860, 10), + ("cell_classification_geojson_polygons.json", 16687724, 10), + ("tissue_segmentation_segmentation_map_image.tiff", 536582, 10), + ("tissue_segmentation_csv_class_information.csv", 441, 10), + ("tissue_qc_csv_class_information.csv", 286, 10), ] case "staging":