Skip to content

Commit

Permalink
Merge pull request #1250 from expectedparrot/fix_doctest
Browse files Browse the repository at this point in the history
Fix InterviewExceptionEntry doctest
  • Loading branch information
johnjosephhorton authored Nov 9, 2024
2 parents 45f633d + e489b14 commit dc7c883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edsl/jobs/interviews/InterviewExceptionEntry.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def example(cls):
skip_retry=True,
print_exceptions=False,
raise_validation_errors=True,
disable_remote_cache=True,
disable_remote_inference=True,
)
return results.task_history.exceptions[0]["how_are_you"][0]
Expand Down

0 comments on commit dc7c883

Please sign in to comment.