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-scatter
Commits
f9a73b90
Commit
f9a73b90
authored
Mar 02, 2021
by
rusty1s
Browse files
fix linting
parent
ca7cce28
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
torch_scatter/__init__.py
torch_scatter/__init__.py
+10
-10
No files found.
torch_scatter/__init__.py
View file @
f9a73b90
...
@@ -63,16 +63,16 @@ if torch.cuda.is_available(): # pragma: no cover
...
@@ -63,16 +63,16 @@ if torch.cuda.is_available(): # pragma: no cover
f
'
{
major
}
.
{
minor
}
. Please reinstall the torch_scatter that '
f
'
{
major
}
.
{
minor
}
. Please reinstall the torch_scatter that '
f
'matches your PyTorch install.'
)
f
'matches your PyTorch install.'
)
from
.scatter
import
(
scatter_sum
,
scatter_add
,
scatter_mul
,
scatter_mean
,
from
.scatter
import
scatter_sum
,
scatter_add
,
scatter_mul
# noqa
scatter_min
,
scatter_max
,
scatter
)
# noqa
from
.scatter
import
scatter_mean
,
scatter_min
,
scatter_max
,
scatter
# noqa
from
.segment_csr
import
(
segment_sum_csr
,
segment_add_csr
,
segment_mean_csr
,
from
.segment_csr
import
segment_sum_csr
,
segment_add_csr
# noqa
segment_min_csr
,
segment_m
ax
_csr
,
segment_
csr
,
from
.segment_csr
import
segment_m
ean
_csr
,
segment_
min_csr
# noqa
gather_csr
)
# noqa
from
.segment_csr
import
segment_max_csr
,
segment_csr
,
gather_csr
# noqa
from
.segment_coo
import
(
segment_sum_coo
,
segment_add_coo
,
segment_mean_coo
,
from
.segment_coo
import
segment_sum_coo
,
segment_add_coo
# noqa
segment_min_coo
,
segment_m
ax
_coo
,
segment_
coo
,
from
.segment_coo
import
segment_m
ean
_coo
,
segment_
min_coo
# noqa
gather_coo
)
# noqa
from
.segment_coo
import
segment_max_coo
,
segment_coo
,
gather_coo
# noqa
from
.composite
import
(
scatter_std
,
scatter_logsumexp
,
scatter_softmax
,
from
.composite
import
scatter_std
,
scatter_logsumexp
# noqa
scatter_log_softmax
)
# noqa
from
.compisite
import
scatter_softmax
,
scatter_log_softmax
# noqa
__all__
=
[
__all__
=
[
'scatter_sum'
,
'scatter_sum'
,
...
...
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