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
517f065b
Commit
517f065b
authored
Mar 15, 2017
by
Frank Hellmann
Browse files
The root finding somewhat mysteriously always seems to find the unstable fix point....
parent
317d82bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
PSD/complex_current_and_nodes.py
View file @
517f065b
...
...
@@ -208,7 +208,6 @@ if __name__ == "__main__":
root_rhs
=
define_root_rhs_omega
(
2
*
len
(
Y
),
rhs
)
guess
=
np
.
ones
(
7
,
dtype
=
np
.
float64
)
*
0.5
guess
[
-
1
]
=
0.
print
(
root_rhs
(
guess
))
...
...
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