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
torchani
Commits
909935a5
"docs/vscode:/vscode.git/clone" did not exist on "ae523675e547009d3c09bd0220944ca542bda3cb"
Unverified
Commit
909935a5
authored
Jun 19, 2019
by
Gao, Xiang
Committed by
GitHub
Jun 19, 2019
Browse files
import ignite and data separately (#256)
parent
e30b98a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
torchani/__init__.py
torchani/__init__.py
+4
-0
No files found.
torchani/__init__.py
View file @
909935a5
...
...
@@ -54,6 +54,10 @@ if sys.version_info[0] > 2:
try
:
from
.
import
ignite
# noqa: F401
__all__
.
append
(
'ignite'
)
except
ImportError
:
pass
try
:
from
.
import
data
# noqa: F401
__all__
.
append
(
'data'
)
except
ImportError
:
...
...
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