Skip to content

Commit 7c6ca1b

Browse files
committed
Move hash sign
1 parent 65ed727 commit 7c6ca1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coordinatesystems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
partials(rθϕ_gn.θ, 1) partials(rθϕ_gn.θ, 2) partials(rθϕ_gn.θ, 3);
474474
partials(rθϕ_gn.ϕ, 1) partials(rθϕ_gn.ϕ, 2) partials(rθϕ_gn.ϕ, 3) ]
475475
m = transform_deriv(s_from_cyl, rθz)
476-
# @test isapprox(m, m_gn; atol = 1e-12)
476+
#@test isapprox(m, m_gn; atol = 1e-12)
477477
@test m m_gn
478478

479479
@testset "Common types" begin

0 commit comments

Comments
 (0)