Skip to content

Commit 744dc67

Browse files
committed
fixed: NetPyNe CLI to use NetPyNe rather than NEURON
1 parent 89e3c7c commit 744dc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biosimulators_pyneuroml/cli/netpyne.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:License: MIT
77
"""
88

9-
from ..api import neuron as api
9+
from ..api import netpyne as api
1010
from biosimulators_utils.simulator.cli import build_cli
1111

1212

0 commit comments

Comments
 (0)