Skip to content

Commit

Permalink
fix dataset resolving in ML pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Aug 19, 2024
1 parent ad935df commit 18bcafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbw/ml/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def datasets(self, config_inst: od.Config) -> set[od.Dataset]:
# get datasets corresponding to this process
dataset_insts = [
dataset_inst for dataset_inst in
get_datasets_from_process(config_inst, proc, strategy="inclusive")
get_datasets_from_process(config_inst, proc, strategy="all")
]

# store assignment of datasets and processes in the instances
Expand Down

0 comments on commit 18bcafb

Please sign in to comment.