Skip to content

Commit

Permalink
switch to ctx.store
Browse files Browse the repository at this point in the history
  • Loading branch information
imanjra committed Nov 13, 2024
1 parent e63f025 commit 65bf645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_dataset_id(self, ctx):
return str(ctx.dataset._doc.id)

def get_store(self, ctx):
return ctx.create_store(STORE_NAME)
return ctx.store(STORE_NAME)

def get_evaluation_id(self, dataset, eval_key):
try:
Expand Down

0 comments on commit 65bf645

Please sign in to comment.