Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
72df06e6
Unverified
Commit
72df06e6
authored
4 years ago
by
Sam Yates
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix misleading typo in cable cel python docs. (#1153)
Fixes #1149.
parent
3bfd82d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/cable_cell.rst
+2
-2
2 additions, 2 deletions
doc/cable_cell.rst
with
2 additions
and
2 deletions
doc/cable_cell.rst
+
2
−
2
View file @
72df06e6
...
...
@@ -163,13 +163,13 @@ Take for example a mechanism passive leaky dynamics:
m1 = arbor.mechanism('passive')
# Create default mechainsm with custom conductance (range)
m2 = arbor.mechanism('passive', {'g'
,
0.1})
m2 = arbor.mechanism('passive', {'g'
:
0.1})
# Create a new pas mechanism with that changes reversal potential (global)
m3 = arbor.mechanism('passive/el=-45')
# Create an instance of the same mechanism, that also sets conductance (range)
m4 = arbor.mechanism('passive/el=-45', {'g'
,
0.1})
m4 = arbor.mechanism('passive/el=-45', {'g'
:
0.1})
cell.paint('soma', m1)
cell.paint('soma', m2) # error: can't place the same mechanism on overlapping regions
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment