Skip to content

Commit

Permalink
add tests for flip
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed May 23, 2021
1 parent 9272df6 commit 3d5fd0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ end
@test flip(m) == ML(0:1)
@test LM(m) === m
@test convert(LM, m) === m
@test flip(SphericalHarmonicModes.basetype(LM(1:2))) == ML
end
@testset "ML" begin
m = ML(0:1)
Expand All @@ -877,6 +878,7 @@ end
@test flip(m) == LM(0:1)
@test ML(m) === m
@test convert(ML, m) === m
@test flip(SphericalHarmonicModes.basetype(ML(1:2))) == LM
end
end

Expand Down

0 comments on commit 3d5fd0f

Please sign in to comment.