Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
condynet
PyPSD
Commits
771f60f4
Commit
771f60f4
authored
Mar 29, 2017
by
Paul Schultz
Browse files
found bug in network_rhs_codegen
parent
166c0e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
PSD/complex_current_and_nodes.py
View file @
771f60f4
...
...
@@ -172,7 +172,7 @@ def define_network_rhs_codegen(node_list, Y):
"""
def_network_rhs_string
=
''
.
join
([
node
.
node_dynamics_string
(
j
)
for
j
,
node
in
enumerate
(
node_list
)])
def_network_rhs_string
+
=
""
.
join
([
node
.
node_dynamics_string
(
j
)
for
j
,
node
in
enumerate
(
node_list
)])
def_network_rhs_string
+=
"""
return dydt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment