Skip to content

Commit

Permalink
Update tests/python_package_test/test_dask.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Titov <[email protected]>
  • Loading branch information
jameslamb and StrikerRUS authored Jan 30, 2025
1 parent 6796ba9 commit 409733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_package_test/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ def test_dask_classes_and_sklearn_equivalents_have_identical_constructors_except
# only positional argument should be 'self'
assert dask_spec.args == sklearn_spec.args
assert dask_spec.args == ["self"]
assert dask_spec.defaults[-1] is None
assert dask_spec.defaults is None


@pytest.mark.parametrize(
Expand Down

0 comments on commit 409733a

Please sign in to comment.