Skip to content

Commit 4ca1540

Browse files
committed
Fix: missing implementation of fit method in homoscedastic regression
1 parent 946a08c commit 4ca1540

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

uncertaintyx/fit/regression.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def fit(
155155
:returns: The fit result.
156156
return ODR().fit(f, x, y)
157157
"""
158+
return ODR().fit(f, x, y)
158159

159160
class HomoHeteroscedasticRegression(Fitting):
160161
"""

0 commit comments

Comments
 (0)