Skip to content

Commit

Permalink
chore(workflows): bump summarize cache to 2024.8.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Sep 9, 2024
1 parent b5a99ac commit 5d1118f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
PREPROCESS_CACHE_VERSION = f"{CACHE_VERSION}.0"
TRAIN_CACHE_VERSION = f"{CACHE_VERSION}.0"
POSTPROCESS_CACHE_VERSION = f"{CACHE_VERSION}.2"
SUMMARIZE_CACHE_VERSION = f"{CACHE_VERSION}.2"
UPLOAD_CACHE_VERSION = f"{CACHE_VERSION}.6"
SUMMARIZE_CACHE_VERSION = f"{CACHE_VERSION}.3"
UPLOAD_CACHE_VERSION = f"{CACHE_VERSION}.7"
LINEAGE_FATE_CORRELATION_CACHE_VERSION = f"{CACHE_VERSION}.5"
COMBINE_METRICS_CACHE_VERSION = f"{CACHE_VERSION}.5"
DEFAULT_ACCELERATOR_TYPE: GPUAccelerator = T4
Expand Down Expand Up @@ -730,9 +730,9 @@ def training_workflow(
]

developmental_configurations = [
(bonemarrow_configuration, "bonemarrow"),
# (bonemarrow_configuration, "bonemarrow"),
(pancreas_configuration, "pancreas"),
(pons_configuration, "pons"),
# (pons_configuration, "pons"),
]

lineage_traced_results = []
Expand All @@ -744,13 +744,13 @@ def training_workflow(
]

configurations = [
(simulated_configuration, "simulated"),
# (simulated_configuration, "simulated"),
]

if not PYROVELOCITY_DATA_SUBSET:
configurations += stationary_configurations
# configurations += stationary_configurations
configurations += developmental_configurations
configurations += lineage_traced_configurations
# configurations += lineage_traced_configurations

for config, data_set_name in configurations:
result = map_model_configurations_over_data_set(
Expand Down

0 comments on commit 5d1118f

Please sign in to comment.