diff --git a/tests/constants_test.py b/tests/constants_test.py index 7da8acae..91126feb 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" @@ -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":