Skip to content

Commit

Permalink
Fix Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglw0521 committed Nov 9, 2023
1 parent 111468f commit a0f937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using Test
@testset "Real Spherical Harmonics" begin include("sphericalharmonics/test_rylm.jl"); end
@testset "Complex Solid Harmonics" begin include("sphericalharmonics/test_crlm.jl"); end
@testset "Real Solid Harmonics" begin include("sphericalharmonics/test_rrlm.jl"); end
@testset "Real Solid Harmonics" begin include("sphericalharmonics/test_scylm.jl"); end
@testset "Real Spherical Harmonics via SpheriCart" begin include("sphericalharmonics/test_scylm.jl"); end

# Quantum Chemistry
@testset "Atomic Orbitals Radials" begin include("test_atorbrad.jl"); end
Expand Down

0 comments on commit a0f937d

Please sign in to comment.