Skip to content

Commit

Permalink
Avoid including test_utils multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Nov 5, 2024
1 parent cb203ee commit 8fbff89
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/test_analytic_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using SpecialFunctions
using StatsBase
using Unitful

include("test_utils.jl")
# include("test_utils.jl")

T = Float32

Expand Down
2 changes: 1 addition & 1 deletion test/test_charge_drift_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using StaticArrays
using LinearAlgebra
using Unitful

include("test_utils.jl")
# include("test_utils.jl")

T = Float32

Expand Down
2 changes: 1 addition & 1 deletion test/test_io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using StaticArrays
using TypedTables
using Unitful

include("test_utils.jl")
# include("test_utils.jl")

@testset "Read in different config file formats" begin

Expand Down
2 changes: 1 addition & 1 deletion test/test_isochrone.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Test
using SolidStateDetectors
using Unitful

include("test_utils.jl")
# include("test_utils.jl")

T = Float64 # to prevent rounding errors that might cause the final test to fail
sim = Simulation{T}(SSD_examples[:IsochroneTest])
Expand Down
2 changes: 1 addition & 1 deletion test/test_real_detectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Test
using SolidStateDetectors
using Unitful

include("test_utils.jl")
# include("test_utils.jl")

T = Float32

Expand Down

0 comments on commit 8fbff89

Please sign in to comment.