We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f6a1f commit 56e3113Copy full SHA for 56e3113
1 file changed
flamapy/metamodels/bdd_metamodel/operations/bdd_metrics.py
@@ -52,7 +52,7 @@ def calculate_metamodel_metrics(self, model: VariabilityModel) -> list[dict[str,
52
self.model = cast(BDDModel, model)
53
54
# Do some basic calculations to speedup the rest
55
- self._features = list(self.model.features_variables.keys())
+ self._features = list(self.model.features_vars.keys())
56
self._configurations_number = (
57
bdd_operations.BDDConfigurationsNumber().execute(self.model).get_result()
58
)
0 commit comments