File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/pyrovelocity/workflows Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -682,9 +682,9 @@ def training_workflow(
682
682
]
683
683
684
684
developmental_configurations = [
685
- # (bonemarrow_configuration, "bonemarrow"),
685
+ (bonemarrow_configuration , "bonemarrow" ),
686
686
(pancreas_configuration , "pancreas" ),
687
- # (pons_configuration, "pons"),
687
+ (pons_configuration , "pons" ),
688
688
]
689
689
690
690
lineage_traced_results = []
@@ -700,9 +700,9 @@ def training_workflow(
700
700
]
701
701
702
702
if not PYROVELOCITY_DATA_SUBSET :
703
- # configurations += stationary_configurations
703
+ configurations += stationary_configurations
704
704
configurations += developmental_configurations
705
- # configurations += lineage_traced_configurations
705
+ configurations += lineage_traced_configurations
706
706
707
707
for config , data_set_name in configurations :
708
708
result = map_model_configurations_over_data_set (
You can’t perform that action at this time.
0 commit comments