|
83 | 83 | # SPOT_0: uv run pytest tests/aignostics/application/gui_test.py::test_gui_run_download -s --no-cov |
84 | 84 | # SPOT_1: uv run pytest tests/aignostics/application/cli_test.py::test_cli_run_execute -s --no-cov |
85 | 85 | SPOT_0_EXPECTED_RESULT_FILES = [ |
86 | | - ("tissue_qc_segmentation_map_image.tiff", 1642856, 10), |
87 | | - ("tissue_qc_geojson_polygons.json", 259955, 10), |
88 | | - ("tissue_segmentation_geojson_polygons.json", 887003, 10), |
89 | | - ("readout_generation_slide_readouts.csv", 303217, 10), |
90 | | - ("readout_generation_cell_readouts.csv", 1658344, 10), |
91 | | - ("cell_classification_geojson_polygons.json", 11218951, 10), |
92 | | - ("tissue_segmentation_segmentation_map_image.tiff", 2945078, 10), |
93 | | - ("tissue_segmentation_csv_class_information.csv", 452, 10), |
94 | | - ("tissue_qc_csv_class_information.csv", 285, 10), |
| 86 | + ("tissue_qc_segmentation_map_image.tiff", 470150, 10), |
| 87 | + ("tissue_qc_geojson_polygons.json", 171251, 10), |
| 88 | + ("tissue_segmentation_geojson_polygons.json", 185516, 10), |
| 89 | + ("readout_generation_slide_readouts.csv", 300205, 10), |
| 90 | + ("readout_generation_cell_readouts.csv", 2417117, 10), |
| 91 | + ("cell_classification_geojson_polygons.json", 16673412, 10), |
| 92 | + ("tissue_segmentation_segmentation_map_image.tiff", 527264, 10), |
| 93 | + ("tissue_segmentation_csv_class_information.csv", 443, 10), |
| 94 | + ("tissue_qc_csv_class_information.csv", 286, 10), |
| 95 | + ("tissue_qc_parquet_polygons.parquet", 34346, 10), |
| 96 | + ("tissue_segmentation_parquet_polygons.parquet", 39185, 10), |
| 97 | + ("cell_classification_parquet_polygons.parquet", 5476364, 10), |
95 | 98 | ] |
96 | 99 | SPOT_0_EXPECTED_CELLS_CLASSIFIED = (39798, 10) |
97 | 100 |
|
|
127 | 130 |
|
128 | 131 | # See production block above for instructions on how to update these sizes. |
129 | 132 | SPOT_0_EXPECTED_RESULT_FILES = [ |
130 | | - ("tissue_qc_segmentation_map_image.tiff", 1642856, 10), |
131 | | - ("tissue_qc_geojson_polygons.json", 259955, 10), |
132 | | - ("tissue_segmentation_geojson_polygons.json", 887003, 10), |
133 | | - ("readout_generation_slide_readouts.csv", 303217, 10), |
134 | | - ("readout_generation_cell_readouts.csv", 1658344, 10), |
135 | | - ("cell_classification_geojson_polygons.json", 11218951, 10), |
136 | | - ("tissue_segmentation_segmentation_map_image.tiff", 2945078, 10), |
137 | | - ("tissue_segmentation_csv_class_information.csv", 452, 10), |
138 | | - ("tissue_qc_csv_class_information.csv", 285, 10), |
| 133 | + ("tissue_qc_segmentation_map_image.tiff", 470150, 10), |
| 134 | + ("tissue_qc_geojson_polygons.json", 171251, 10), |
| 135 | + ("tissue_segmentation_geojson_polygons.json", 185516, 10), |
| 136 | + ("readout_generation_slide_readouts.csv", 300205, 10), |
| 137 | + ("readout_generation_cell_readouts.csv", 2417117, 10), |
| 138 | + ("cell_classification_geojson_polygons.json", 16673412, 10), |
| 139 | + ("tissue_segmentation_segmentation_map_image.tiff", 527264, 10), |
| 140 | + ("tissue_segmentation_csv_class_information.csv", 443, 10), |
| 141 | + ("tissue_qc_csv_class_information.csv", 286, 10), |
| 142 | + ("tissue_qc_parquet_polygons.parquet", 34346, 10), |
| 143 | + ("tissue_segmentation_parquet_polygons.parquet", 39185, 10), |
| 144 | + ("cell_classification_parquet_polygons.parquet", 5476364, 10), |
139 | 145 | ] |
140 | 146 | SPOT_0_EXPECTED_CELLS_CLASSIFIED = (39798, 10) |
141 | 147 |
|
|
0 commit comments