Skip to content

Commit

Permalink
Add degrees of freedom property
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroCool2u committed Jun 23, 2023
1 parent 5d0902a commit 20d332a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions csaps/_sspumv.py
Expand Up @@ -53,6 +53,10 @@ def pieces(self) -> int:
def gcv(self) -> float:
return self.gcv

@property
def degrees_of_freedom(self) -> float:
return self.degrees_of_freedom

@property
def ndim(self) -> int:
"""Returns the number of spline dimensions
Expand Down

0 comments on commit 20d332a

Please sign in to comment.