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
MMCV
Commits
99f53d2a
Commit
99f53d2a
authored
Oct 08, 2018
by
Kai Chen
Browse files
fix tests
parent
7ba182a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
mmcv/__init__.py
mmcv/__init__.py
+1
-1
setup.cfg
setup.cfg
+4
-1
No files found.
mmcv/__init__.py
View file @
99f53d2a
...
...
@@ -8,6 +8,6 @@ from .video import *
from
.visualization
import
*
from
.version
import
__version__
# The following modules are not imported to this level, so mmcv may be used
# without PyTorch
:
# without PyTorch
.
# - runner
# - parallel
setup.cfg
View file @
99f53d2a
...
...
@@ -2,4 +2,7 @@
universal=1
[aliases]
test=pytest
\ No newline at end of file
test=pytest
[tool:pytest]
addopts=tests/
\ No newline at end of file
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