Skip to content

Commit

Permalink
fixed tupos
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 5, 2020
1 parent 115b4fb commit 8801744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bioRxiv281717/example_parallel_network_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ def get_pre_m_type(post):
synapseID=0,
verboseLevel=0,
GABAB_ratio=0.0,
# this may take on several values, in synconf.txt files, not acccounted
# this may take on several values, in synconf.txt files, not accounted
# for here
)
for post in PSET.populationParameters['m_type']]
Expand Down Expand Up @@ -803,7 +803,7 @@ def get_pre_m_type(post):
synapseID=0,
verboseLevel=0,
NMDA_ratio=0.4 # this may take on several values in synconf.txt files,
# not acccounted for here
# not accounted for here
) for post in PSET.populationParameters['m_type']],

# maximum conductances
Expand Down

0 comments on commit 8801744

Please sign in to comment.