Skip to content

Commit

Permalink
fix stored pending evaluation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
imanjra committed Nov 20, 2024
1 parent aec5763 commit ea92c74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def load_pending_evaluations(self, ctx, skip_update=False):
pending_evaluations_in_store[
dataset_id
] = updated_pending_evaluations_for_dataset_in_stored
store.set("pending_evaluations", pending_evaluations)
store.set("pending_evaluations", pending_evaluations_in_store)
ctx.panel.set_data("pending_evaluations", pending_evaluations)

def on_evaluate_model_success(self, ctx):
Expand Down

0 comments on commit ea92c74

Please sign in to comment.