Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eliu Huerta Escudero
Waveform_Extractor
Commits
f917e426
Commit
f917e426
authored
Sep 14, 2020
by
Roland Haas
Browse files
Nakano: correct function name
parent
9679d9cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
POWER/power.py
View file @
f917e426
...
...
@@ -708,7 +708,7 @@ if __name__ == "__main__":
elif
args
.
method
==
"Nakano"
:
print
(
"Extrapolating with Nakano method..."
)
strains
=
Nakan
a
Kerr
(
args
.
path
,
radii
,
modes
)
strains
=
Nakan
o
Kerr
(
args
.
path
,
radii
,
modes
)
#Create data directories
# Python version issue: Python2 uses OSError for existing directories,
...
...
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