Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Dec 2, 2024
1 parent f182c14 commit b018a1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Test/test_nonlinear.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ function setup_test(
mock -> MOI.Utilities.mock_optimize!(

Check warning on line 2041 in src/Test/test_nonlinear.jl

View check run for this annotation

Codecov / codecov/patch

src/Test/test_nonlinear.jl#L2041

Added line #L2041 was not covered by tests
mock,
config.optimal_status,
T[1 / sqrt(2), 1 / sqrt(2)],
T[1/sqrt(2), 1/sqrt(2)],
),
)
return

Check warning on line 2047 in src/Test/test_nonlinear.jl

View check run for this annotation

Codecov / codecov/patch

src/Test/test_nonlinear.jl#L2047

Added line #L2047 was not covered by tests
Expand Down Expand Up @@ -2087,7 +2087,7 @@ function setup_test(
mock -> MOI.Utilities.mock_optimize!(

Check warning on line 2087 in src/Test/test_nonlinear.jl

View check run for this annotation

Codecov / codecov/patch

src/Test/test_nonlinear.jl#L2087

Added line #L2087 was not covered by tests
mock,
config.optimal_status,
T[1 / sqrt(2), 1 / sqrt(2)],
T[1/sqrt(2), 1/sqrt(2)],
),
)
return

Check warning on line 2093 in src/Test/test_nonlinear.jl

View check run for this annotation

Codecov / codecov/patch

src/Test/test_nonlinear.jl#L2093

Added line #L2093 was not covered by tests
Expand Down Expand Up @@ -2133,7 +2133,7 @@ function setup_test(
mock -> MOI.Utilities.mock_optimize!(

Check warning on line 2133 in src/Test/test_nonlinear.jl

View check run for this annotation

Codecov / codecov/patch

src/Test/test_nonlinear.jl#L2133

Added line #L2133 was not covered by tests
mock,
config.optimal_status,
T[1 / sqrt(2), 1 / sqrt(2)],
T[1/sqrt(2), 1/sqrt(2)],
),
)
return

Check warning on line 2139 in src/Test/test_nonlinear.jl

View check run for this annotation

Codecov / codecov/patch

src/Test/test_nonlinear.jl#L2139

Added line #L2139 was not covered by tests
Expand Down Expand Up @@ -2178,8 +2178,8 @@ function setup_test(
mock -> MOI.Utilities.mock_optimize!(

Check warning on line 2178 in src/Test/test_nonlinear.jl

View check run for this annotation

Codecov / codecov/patch

src/Test/test_nonlinear.jl#L2178

Added line #L2178 was not covered by tests
mock,
config.optimal_status,
T[1 / sqrt(2), 1 / sqrt(2)],
T[1/sqrt(2), 1/sqrt(2)],
),
)
return

Check warning on line 2184 in src/Test/test_nonlinear.jl

View check run for this annotation

Codecov / codecov/patch

src/Test/test_nonlinear.jl#L2184

Added line #L2184 was not covered by tests
end
end

0 comments on commit b018a1f

Please sign in to comment.