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
OpenDAS
torch-cluster
Commits
4614c3d5
Commit
4614c3d5
authored
May 20, 2020
by
Alexander Liao
Browse files
attempting to fix flake8 build error
parent
59dfc410
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test/test_rw.py
test/test_rw.py
+3
-3
No files found.
test/test_rw.py
View file @
4614c3d5
...
@@ -17,6 +17,6 @@ def test_rw(device):
...
@@ -17,6 +17,6 @@ def test_rw(device):
for
n
in
range
(
start
.
size
(
0
)):
for
n
in
range
(
start
.
size
(
0
)):
cur
=
start
[
n
].
item
()
cur
=
start
[
n
].
item
()
for
l
in
range
(
1
,
walk_length
):
for
l
e
in
range
(
1
,
walk_length
):
assert
out
[
n
,
l
].
item
()
in
col
[
row
==
cur
].
tolist
()
assert
out
[
n
,
l
e
].
item
()
in
col
[
row
==
cur
].
tolist
()
cur
=
out
[
n
,
l
].
item
()
cur
=
out
[
n
,
l
e
].
item
()
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