Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrogantGao committed Apr 9, 2024
1 parent 5ad38ab commit 4d46eea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ using Random
Random.seed!(1234)

@testset "FastSpecSoG.jl" begin
# include("U_series.jl")
# include("energy.jl")
# include("energy_short.jl")
# include("energy_mid.jl")
# include("interpolate.jl")
# include("energy_long.jl")
# include("Chebyshev.jl")
# include("Taylor.jl")
# include("scaling.jl")
include("U_series.jl")
include("energy.jl")
include("energy_short.jl")
include("energy_mid.jl")
include("interpolate.jl")
include("energy_long.jl")
include("Chebyshev.jl")
include("Taylor.jl")
include("scaling.jl")
include("zeroth_order.jl")
end

0 comments on commit 4d46eea

Please sign in to comment.