Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions matflow/data/template_components/environments.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- name: null_env
specifiers:
is_built_in: true
doc: Default system environment with no special settings. Used for tests.
# - name: python_env
# executables:
Expand Down
2 changes: 2 additions & 0 deletions matflow/data/workflows/subset_simulation_toy_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ tasks:
inputs:
dimension: 200
repeats: 100 # num_samples
groups:
- name: all
- schema: system_analysis_toy_model
inputs:
dimension: 200
Expand Down
2 changes: 2 additions & 0 deletions matflow/data/workflows/subset_simulation_toy_model_ACS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ tasks:
inputs:
dimension: 200
repeats: 1000 # num_samples
groups:
- name: all
- schema: system_analysis_toy_model
inputs:
dimension: 200
Expand Down
2 changes: 2 additions & 0 deletions matflow/data/workflows/subset_simulation_toy_model_CS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ tasks:
inputs:
dimension: 200
repeats: 100 # num_samples
groups:
- name: all
- schema: system_analysis_toy_model
inputs:
dimension: 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ tasks:
inputs:
dimension: 200
repeats: 100 # num_samples
groups:
- name: all
- schema: system_analysis_toy_model
inputs:
dimension: 200
Expand Down
Loading