Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweny committed Jul 2, 2024
1 parent 5c6762a commit a835dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relbench/datasets/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_table_and_decompress_if_exists(self, table_path: str, alt_path: str =

def make_db(self) -> Database:
path = osp.join(osp.dirname(osp.realpath(__file__)), '..', 'data',
'event')
'rel-event')
users = os.path.join(path, "users.csv")
user_friends = os.path.join(path, "user_friends.csv")
events = os.path.join(path, "events.csv")
Expand Down

0 comments on commit a835dae

Please sign in to comment.