Skip to content
Snippets Groups Projects
Commit 045f59b2 authored by Erin Kuci's avatar Erin Kuci
Browse files

fix indent

parent b5b900b5
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ maxChange = c.defineNumber('Optimization/01Max change', value=1.0e-3, visible=(
if index >= 0: # parameter sweep and optimisation over one selected design parameter
x[0] = designParameters[index][:] # make a copy
test(int(c.getNumber('Optimization/Steps in range')))
else: # optimisation over full parameter space
else: # optimisation over full parameter space
x = designParameters.copy()
# initial value of the variables in the design space,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment