Skip to content

Commit

Permalink
FIX: end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekWadinger committed Oct 3, 2023
1 parent 4a2fd75 commit a1f0ac4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions river/covariance/emp.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,3 @@ def update_many(self, X: pd.DataFrame):
self._inv_cov[min((fi, fj), (fj, fi))] = row[j]

return self

if __name__ == "__main__":
import doctest

doctest.testmod()

0 comments on commit a1f0ac4

Please sign in to comment.