Skip to content

Commit

Permalink
Register kinetic. (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Jun 13, 2024
1 parent fd2cd16 commit e5964fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
scripts = {nmodl = "nmodl._binwrapper:main"}
requires-python = ">=3.8"

optional-dependencies.test = ["pytest>=3.3.0", "pytest-cov", "numpy"]
optional-dependencies.test = ["pytest>=3.3.0", "pytest-cov", "numpy", "scipy"]
optional-dependencies.docs = [
"jupyter-client",
"jupyter",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ importlib-resources;python_version<'3.9'
pytest<=8.1.1
pytest-cov
numpy
scipy
# dependencies for docs
jupyter-client
jupyter
Expand Down
1 change: 1 addition & 0 deletions test/usecases/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set(NMODL_USECASE_DIRS
procedure
global
hodgkin_huxley
kinetic
nonspecific_current
neuron_variables
net_event
Expand Down
2 changes: 1 addition & 1 deletion test/usecases/kinetic/X2Y.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NEURON {
SUFFIX pump
SUFFIX X2Y
RANGE X, Y
NONSPECIFIC_CURRENT il
}
Expand Down

0 comments on commit e5964fe

Please sign in to comment.