Skip to content

Commit

Permalink
fix -> to =>
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcaillau committed Aug 13, 2024
1 parent 742da02 commit a860ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/onepass.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ __init_aliases(;max_dim=20) = begin
al[:>=] = :
al[:derivative] = :∂
al[:integral] = :∫
al[:->] = :
al[:( => )] = :
al
end

Expand Down
2 changes: 1 addition & 1 deletion test/test_onepass.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2460,7 +2460,7 @@ end
[ 0, 0 ] <= x(0) <= [ 1, 1 ], (♡)
z >= 0, (3)
(t) == [ v(t), r(t)^2 + z ]
( u(t)^2 + z * x₁(t) ) -> min
( u(t)^2 + z * x₁(t) ) => min
end
x0 = [ 2, 3 ]
xf = [ 4, 5 ]
Expand Down

0 comments on commit a860ddc

Please sign in to comment.