Skip to content

Commit

Permalink
Update test_metric.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeck authored Apr 15, 2024
1 parent 671f281 commit 5d9f599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dmba/tests/test_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from dmba import AIC_score, BIC_score, adjusted_r2_score, classificationSummary, regressionSummary

MockModel = namedtuple('MockModel', 'coef_')
MockModel = namedtuple('MockModel', 'coef_') # noqa: PYI024


class TestMetric(unittest.TestCase):
Expand Down

0 comments on commit 5d9f599

Please sign in to comment.