Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Dec 5, 2024
1 parent 6156d25 commit b3df39c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion weave/flow/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def function_to_evaluate(question: str):
def _update_display_name(self) -> "Evaluation":
# Keep the evaluate op's `call_display_name` in sync with `evaluation_name`
if self.evaluation_name:
self.evaluate.call_display_name = self.evaluation_name
eval_op = cast(Op, self.evaluate)
eval_op.call_display_name = self.evaluation_name
return self

def model_post_init(self, __context: Any) -> None:
Expand Down

0 comments on commit b3df39c

Please sign in to comment.