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
cdfe97f5
Unverified
Commit
cdfe97f5
authored
Feb 15, 2021
by
Zhuyi Xue
Committed by
GitHub
Feb 15, 2021
Browse files
[ci][python] apply isort to tests/cpp_test/test.py #3958 (#3976)
parent
07d7b797
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/cpp_test/test.py
tests/cpp_test/test.py
+1
-0
No files found.
tests/cpp_test/test.py
View file @
cdfe97f5
# coding: utf-8
# coding: utf-8
import
glob
import
glob
import
numpy
as
np
import
numpy
as
np
preds
=
[
np
.
loadtxt
(
name
)
for
name
in
glob
.
glob
(
'*.pred'
)]
preds
=
[
np
.
loadtxt
(
name
)
for
name
in
glob
.
glob
(
'*.pred'
)]
...
...
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