mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
allow sub-combinations for combinations of measures
This commit is contained in:
parent
bc5008bdd5
commit
1c6ffd6c05
1 changed files with 0 additions and 3 deletions
|
|
@ -154,9 +154,6 @@ class Mds:
|
|||
|
||||
pruned_measures.append(measure)
|
||||
|
||||
if len(combination) != len(pruned_measures):
|
||||
continue
|
||||
|
||||
pruned_measures_formatted = []
|
||||
for pm in pruned_measures:
|
||||
pruned_measures_formatted.append({pm: self.format_map[pm]})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue