model of DCN pyramidal neuron
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
from __future__ import division, absolute_import, print_function |
|
|
|
import sys |
|
from nose import SkipTest |
|
|
|
|
|
def test_import(): |
|
if sys.version_info[0] >= 3: |
|
raise SkipTest("traitsdoc not ported to Python3") |
|
import numpydoc.traitsdoc |
|
|
|
|
|
# No tests at the moment...
|
|
|