Skip to content

Commit

Permalink
Remove a @show left there
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenet committed Jan 31, 2024
1 parent a4a2e4c commit 088c1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/mixtures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ using Test

t = Taylor1(4)
xN, yN = get_variables()
@show(xN, yN)
@test evaluate(1.0 + t + t^2, xN) == 1.0 + xN + xN^2
v1 = [1.0 + t + t^2 + t^4, 1.0 - t^2 + t^3]
@test v1(yN^2) == [1.0 + yN^2 + yN^4, 1.0 - yN^4 + yN^6]
Expand Down

0 comments on commit 088c1c3

Please sign in to comment.