Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
52bc2c27
Commit
52bc2c27
authored
Mar 30, 2017
by
alexander.dornheim
Browse files
Moved graphic output in phase to show()
parent
a9acc35e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Phase_JWST_demo.py
View file @
52bc2c27
...
...
@@ -6,3 +6,4 @@ from phase import Phase
JWST
=
Phase
(
JWST_in
.
new_config
);
JWST
.
solve
();
JWST
.
show
()
proxtoolbox/Problems/Phase/phase.py
View file @
52bc2c27
...
...
@@ -217,7 +217,6 @@ class Phase(Problem):
"""
Processes the solution and generates the output
"""
JWST_graphics
(
self
.
config
,
self
.
output
)
...
...
@@ -225,4 +224,8 @@ class Phase(Problem):
"""
Generates graphical output from the solution
"""
print
(
self
.
elapsed_time
)
JWST_graphics
(
self
.
config
,
self
.
output
)
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