Skip to content

Commit

Permalink
Fixing lint problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
drivanov committed Feb 13, 2024
1 parent 7953273 commit c1d47f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pytorch/gcmc/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def _load_raw_movie_info(self):
header=None,
names=["id", "title", "genres"],
encoding="iso-8859-1",
engine='python',
engine="python",
)
genre_map = {ele: i for i, ele in enumerate(GENRES)}
genre_map["Children's"] = genre_map["Children"]
Expand Down

0 comments on commit c1d47f0

Please sign in to comment.