Skip to content

Commit

Permalink
fix sync executor (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy authored Nov 21, 2023
1 parent 8515763 commit 279765a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/experimental/evals/functions/classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def get_executor_on_sync_context(
"faster. To patch the event loop, run `nest_asyncio.apply()`."
)
return SyncExecutor(
async_fn,
sync_fn,
tqdm_bar_format=tqdm_bar_format,
exit_on_error=exit_on_error,
fallback_return_value=fallback_return_value,
Expand Down

0 comments on commit 279765a

Please sign in to comment.