Skip to content

Commit 6b7a2e8

Browse files
committed
Fix a typo in consistent_nls_meta
1 parent dc84d8f commit 6b7a2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nls/consistency.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ end
8686
function consistent_nls_meta(nlss; rtol = 1.0e-8)
8787
fields = [:nequ, :nvar, :x0]
8888
boolean_fields = [:jac_residual_available, :hess_residual_available, :jprod_residual_available, :jtprod_residual_available, :hprod_residual_available]
89-
N = length(nlps)
89+
N = length(nlss)
9090
for field in fields
9191
@testset "Field $field" begin
9292
for i = 1:(N - 1)

0 commit comments

Comments
 (0)