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
79f49857
Commit
79f49857
authored
Dec 27, 2017
by
rusty1s
Browse files
fixed version call
parent
c692eb09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torch_scatter/__init__.py
torch_scatter/__init__.py
+1
-1
No files found.
torch_scatter/__init__.py
View file @
79f49857
...
...
@@ -8,7 +8,7 @@ from .functions.mean import scatter_mean_, scatter_mean
from
.functions.max
import
scatter_max_
,
scatter_max
from
.functions.min
import
scatter_min_
,
scatter_min
filename
=
osp
.
join
(
osp
.
dirname
(
__file__
),
'..'
,
'VERSION'
)
filename
=
osp
.
join
(
osp
.
dirname
(
__file__
),
'VERSION'
)
with
open
(
filename
,
'r'
)
as
f
:
__version__
=
f
.
read
().
strip
()
...
...
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