Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Jan 19, 2024
1 parent 02d01ae commit 2509507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skgstat/Variogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ def residuals(self):
DeprecationWarning
)
return self.model_residuals


@property
def model_residuals(self) -> np.ndarray:
Expand Down
2 changes: 1 addition & 1 deletion skgstat/tests/test_variogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ def test_mse(self):
V = Variogram(self.c, self.v, n_lags=15)

self.assertAlmostEqual(np.sqrt(V.mse), V.rmse, places=6)

def test_rss(self):
V = Variogram(self.c, self.v, n_lags=15)

Expand Down

0 comments on commit 2509507

Please sign in to comment.