Skip to content

Commit

Permalink
Fix filtering for components in CBPE result
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-nml committed Sep 6, 2024
1 parent c03518b commit 2d96985
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 2d96985

Please sign in to comment.