Skip to content

Commit

Permalink
Remove executor kwarg from assert_gpu_result_equal
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 14, 2024
1 parent 64ea98e commit 22678a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/cudf_polars/cudf_polars/testing/asserts.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def assert_gpu_result_equal(
rtol: float = 1e-05,
atol: float = 1e-08,
categorical_as_str: bool = False,
executor: str | None = None,
) -> None:
"""
Assert that collection of a lazyframe on GPU produces correct results.
Expand Down Expand Up @@ -74,8 +73,6 @@ def assert_gpu_result_equal(
Absolute tolerance for float comparisons
categorical_as_str
Decat categoricals to strings before comparing
executor
The executor configuration to pass to `GPUEngine`
Raises
------
Expand Down

0 comments on commit 22678a5

Please sign in to comment.