Skip to content

Commit ba8739a

Browse files
committed
fix test
1 parent d285b04 commit ba8739a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/newton.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ function initialize_state!(
3737
state.iteration = 0
3838
state.iterate = 1.0
3939
initialize_state!(
40-
state.stopping_criterion_state,
4140
problem,
4241
algorithm,
4342
algorithm.stopping_criterion,
43+
state.stopping_criterion_state,
4444
)
4545
return state
4646
end

0 commit comments

Comments
 (0)