Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
9774c651
Commit
9774c651
authored
Aug 07, 2020
by
s.gretchko
Browse files
Removed MAXIT argument for JWST_DyRePr demo
parent
1c2e7054
Changes
1
Hide whitespace changes
Inline
Side-by-side
demos/JWST_DyRePr.py
View file @
9774c651
...
...
@@ -2,6 +2,6 @@
import
SetProxPythonPath
from
proxtoolbox.experiments.phase.JWST_Experiment
import
JWST_Experiment
JWST
=
JWST_Experiment
(
algorithm
=
'DyRePr'
,
TOL
=
5e-9
,
anim
=
True
,
MAXIT
=
20
)
JWST
=
JWST_Experiment
(
algorithm
=
'DyRePr'
,
TOL
=
5e-9
,
anim
=
True
)
JWST
.
run
()
JWST
.
show
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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