Skip to content

Commit 7d5271f

Browse files
committed
test: Fix log file names for ndsqistep*
1 parent 5763476 commit 7d5271f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)