weave icon indicating copy to clipboard operation
weave copied to clipboard

fix(weave): Handle exceptions raised by scoring funcs during evaluation

Open andrewtruong opened this issue 7 months ago • 1 comments

Resolves:

  • https://wandb.atlassian.net/browse/WB-18523

This PR changes Evaluation.evaluate to not crash the user script if an exception is raised in a scoring function. Instead, the error is captured and relayed to the user as part of the eval

andrewtruong avatar Jun 30 '24 23:06 andrewtruong