We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e929f12 commit 056481bCopy full SHA for 056481b
tests/test_pynml.py
@@ -14,7 +14,7 @@
14
import logging
15
16
from pyneuroml.pynml import (extract_lems_definition_files, list_exposures,
17
- list_recording_paths)
+ list_recording_paths_for_exposures)
18
19
20
logger = logging.getLogger(__name__)
@@ -67,7 +67,7 @@ def test_exposure_listing(self):
67
68
def test_recording_path_listing(self):
69
"""Test listing of recording paths in NeuroML documents."""
70
- paths = list_recording_paths("tests/izhikevich_test_file.nml", "iz")
+ paths = list_recording_paths_for_exposures("tests/izhikevich_test_file.nml", "iz")
71
self.assertTrue("izh2007RS0/u" in paths)
72
self.assertTrue("izh2007RS0/v" in paths)
73
0 commit comments