Skip to content

Commit 269f59b

Browse files
committed
flake
1 parent bfce196 commit 269f59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skpro/regression/unconditional_distfit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def mean(self):
122122
if "mean" in model:
123123
return model["mean"]
124124
raise AttributeError(
125-
"distfit model dict has neither 'loc' nor 'mean' key; cannot determine mean."
125+
"distfit dict has neither 'loc' nor 'mean' key; cannot determine mean."
126126
)
127127
return model.mean()
128128

0 commit comments

Comments
 (0)