We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc80a5 commit f089b90Copy full SHA for f089b90
pysatl_criterion/statistics/__init__.py
@@ -33,7 +33,7 @@
33
WeExponentialityGofStatistic,
34
WongWongExponentialityGofStatistic,
35
)
36
-from pysatl_criterion.statistics.log_normal import (
+from pysatl_criterion.statistics.log_normal import ( # type: ignore[attr-defined]
37
AbstractLogNormalGofStatistic,
38
AndersonDarlingLogNormalGofStatistic,
39
BonettSeierLogNormalGofStatistic,
pysatl_criterion/statistics/log_normal.py
@@ -158,7 +158,7 @@ def code():
158
__all__ = [
159
"AbstractLogNormalGofStatistic",
160
"KolmogorovSmirnovLogNormalGofStatistic",
161
- "CramerVonMiseLogNormalityGofStatistic",
+ "CramerVonMiseLogNormalGofStatistic",
162
"QuesenberryMillerLogNormalGofStatistic",
163
]
164
0 commit comments