File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -430,9 +430,9 @@ def usage(err=2):
430430 elif method == "ndstep_seq" :
431431 globres = run_ndstep ('ndstep_seq-log.txt' , ndstep_seq_minimize , options )
432432 elif method == "ndsqistep" :
433- globres = run_ndstep ('ndstep -log.txt' , ndstep_minimize , options , stclass = SQISTEP )
433+ globres = run_ndstep ('ndsqistep -log.txt' , ndstep_minimize , options , stclass = SQISTEP )
434434 elif method == "ndsqistep_seq" :
435- globres = run_ndstep ('ndstep_seq -log.txt' , ndstep_seq_minimize , options , minf = sqistep_minimize )
435+ globres = run_ndstep ('ndsqistep_seq -log.txt' , ndstep_seq_minimize , options , minf = sqistep_minimize )
436436 elif method == "scipy_seq" :
437437 globres = run_ndstep ('scipy_seq-log.txt' , scipy_seq_minimize , options )
438438 else :
You can’t perform that action at this time.
0 commit comments