Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Oct 8, 2024
1 parent 560b1a0 commit 1ee5fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/substitution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ import MutableArithmetics as MA
t = T(1) * x[1]
@test copy(t).coefficient !== t.coefficient
@test MA.mutable_copy(t).coefficient !== t.coefficient
@test MA.copy_if_mutable(t).coefficient !== t.coefficient
F = T(5) * x[1] * x[2] * x[3] + T(1) * x[1] * x[2]^2
@test subs(F, x[3] => T(0)) == x[1] * x[2]^2
@test subs(F, x[3] => 0) == x[1] * x[2]^2
Expand Down

0 comments on commit 1ee5fd6

Please sign in to comment.