Skip to content

Commit

Permalink
docs: Merge branch 'main' of github.com:flamapy/bdd_metamodel_colosal
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed Jul 29, 2024
2 parents ecbb23c + 6ac6766 commit c0fd1dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flamapy/metamodels/bdd_metamodel/operations/bdd_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def metric_method(func: Callable[..., Any]) -> Callable[..., Any]:


class BDDMetrics(Metrics):
# pylint: disable=too-many-instance-attributes
def __init__(self) -> None:
super().__init__()
self.model: Optional[VariabilityModel] = None
Expand Down

0 comments on commit c0fd1dd

Please sign in to comment.