Skip to content

Commit ca73448

Browse files
author
Andrei Bratu
committed
Remove duplicate refs in _run_local_evaluators
1 parent 7d5a64d commit ca73448

File tree

1 file changed

+0
-2
lines changed
  • src/humanloop/eval_utils

1 file changed

+0
-2
lines changed

src/humanloop/eval_utils/run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,14 +746,12 @@ def _run_local_evaluators(
746746
parent_id=log_id,
747747
judgment=judgement,
748748
id=local_evaluator.id,
749-
path=local_evaluator.path,
750749
start_time=start_time,
751750
end_time=datetime.now(),
752751
)
753752
except Exception as e:
754753
_ = client.evaluators.log(
755754
parent_id=log_id,
756-
path=local_evaluator.path,
757755
id=local_evaluator.id,
758756
error=str(e),
759757
start_time=start_time,

0 commit comments

Comments
 (0)