Skip to content

Commit

Permalink
clean movielens warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 3, 2024
1 parent 74c24cd commit 262d9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lenskit/datasets/movielens.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def movies(self):
5 Father of the Bride Part II (1995) Comedy
...
[9125 rows x 2 columns]
"""
""" # noqa: E501

fn = self.path / "movies.csv"
movies = pd.read_csv(
Expand Down Expand Up @@ -377,7 +377,7 @@ def movies(self):
5 Father of the Bride Part II (1995) Comedy
...
[10681 rows x 2 columns]
"""
""" # noqa: E501
fn = self.path / "movies.dat"
movies = pd.read_csv(
fn,
Expand Down

0 comments on commit 262d9e1

Please sign in to comment.