Skip to content

Commit

Permalink
fix: solving issue with fm metrics operation
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed Jul 18, 2024
1 parent ffca82d commit 821deec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flamapy/metamodels/fm_metamodel/operations/fm_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def calculate_metamodel_metrics(self, model: VariabilityModel) -> list[dict[str,
if callable(getattr(self, method_name))
and hasattr(getattr(self, method_name), "_is_metric_method")
]

if self.filter is not None:
metric_methods = [
method for method in metric_methods if method.__name__ in self.filter
Expand Down

0 comments on commit 821deec

Please sign in to comment.