Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update src/eddymotion/model/base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Jun 8, 2024
1 parent eb4d274 commit a30b1dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eddymotion/model/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ def __init__(self, timepoints=None, xlim=None, n_ctrl=None, order=3, **kwargs):
@property
def is_fitted(self):
return self._coeff is not None

def fit(self, data, **kwargs):
"""Fit the model."""
from scipy.interpolate import BSpline
Expand Down

0 comments on commit a30b1dd

Please sign in to comment.