Skip to content

Commit

Permalink
Merge pull request #423 from NannyML/fix/cbpe-filter-components
Browse files Browse the repository at this point in the history
Fix filtering for components in CBPE result
  • Loading branch information
nnansters committed Sep 6, 2024
2 parents c03518b + 2d96985 commit 1d8edc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nannyml/performance_estimation/confidence_based/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def _filter(self, period: str, metrics: Optional[List[str]] = None, *args, **kwa
metric_column_names = [name for metric in filtered_metrics for name in metric.column_names]

res = super()._filter(period, metric_column_names, *args, **kwargs)
res.metrics = filtered_metrics

return res

Expand Down

0 comments on commit 1d8edc2

Please sign in to comment.