Skip to content

Commit

Permalink
yield morsel size
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Ho authored and Colin Ho committed Nov 4, 2024
1 parent 7943f4f commit 1a19329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ def assert_df_equals(
def with_morsel_size(request):
morsel_size = request.param
with daft.context.execution_config_ctx(default_morsel_size=morsel_size):
yield
yield morsel_size

0 comments on commit 1a19329

Please sign in to comment.