Skip to content

Commit

Permalink
Rename variables in test
Browse files Browse the repository at this point in the history
  • Loading branch information
torressa committed Oct 2, 2024
1 parent 1b1e7c4 commit 59206c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/MOI/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -994,12 +994,12 @@ function test_nonlinear_leq()
MOI.ScalarNonlinearFunction(
:sin,
Any[MOI.ScalarAffineFunction{Float64}(
[MOI.ScalarAffineTerm(2.5, x)],
[MOI.ScalarAffineTerm(2.5, x1)],
0.0,
)],
),
MOI.ScalarAffineFunction{Float64}(
[MOI.ScalarAffineTerm(1.0, z)],
[MOI.ScalarAffineTerm(1.0, x2)],
0.0,
),
],
Expand Down

0 comments on commit 59206c8

Please sign in to comment.