Skip to content

Commit

Permalink
fix(workflows): reset configurations
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 6, 2024
1 parent e5b9719 commit 9ef2a76
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,11 +743,7 @@ def training_workflow(
]

configurations = [
(larry_mono_configuration, "larry_mono"),
(larry_neu_configuration, "larry_neu"),
(larry_multilineage_configuration, "larry_multilineage"),
(larry_configuration, "larry"),
# (simulated_configuration, "simulated"),
(simulated_configuration, "simulated"),
]

if not PYROVELOCITY_DATA_SUBSET:
Expand Down

0 comments on commit 9ef2a76

Please sign in to comment.