Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Oct 26, 2024
1 parent 90fda2c commit 1c5cc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transform_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ transform_solutions(res, "√(u1^2+v1^2)"; realify=true)
@variables z(t)
times = 0:1:10
@test to_lab_frame(res, x, times; index=1, branch=1) != zeros(length(times))
@test all(isapprox.(to_lab_frame(res, y, times; index=1, branch=1),0.0, atol=1e-10))
@test all(isapprox.(to_lab_frame(res, y, times; index=1, branch=1), 0.0, atol=1e-10))
@test all(to_lab_frame(res, z, times; index=1, branch=1) .≈ zeros(length(times)))
@test to_lab_frame(res, d(x, t), times; index=1, branch=1) != zeros(length(times))
end

0 comments on commit 1c5cc27

Please sign in to comment.