Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
39c85dd9
Unverified
Commit
39c85dd9
authored
Mar 15, 2021
by
James Lamb
Committed by
GitHub
Mar 15, 2021
Browse files
[dask] [ci] fix flaky network-setup test (#4071)
parent
296b2a26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/python_package_test/test_dask.py
tests/python_package_test/test_dask.py
+2
-0
No files found.
tests/python_package_test/test_dask.py
View file @
39c85dd9
...
@@ -1024,6 +1024,8 @@ def test_network_params_not_required_but_respected_if_given(client, task, output
...
@@ -1024,6 +1024,8 @@ def test_network_params_not_required_but_respected_if_given(client, task, output
if
task
==
'ranking'
and
output
==
'scipy_csr_matrix'
:
if
task
==
'ranking'
and
output
==
'scipy_csr_matrix'
:
pytest
.
skip
(
'LGBMRanker is not currently tested on sparse matrices'
)
pytest
.
skip
(
'LGBMRanker is not currently tested on sparse matrices'
)
client
.
wait_for_workers
(
2
)
if
task
==
'ranking'
:
if
task
==
'ranking'
:
_
,
_
,
_
,
_
,
dX
,
dy
,
_
,
dg
=
_create_ranking_data
(
_
,
_
,
_
,
_
,
dX
,
dy
,
_
,
dg
=
_create_ranking_data
(
output
=
output
,
output
=
output
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment