Skip to content

Commit

Permalink
Test crystal_impurity density in SSD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Nov 8, 2024
1 parent 07a225e commit 875d98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ext_ssd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include("testing_utils.jl")
@testset "$(detname)" begin
det = SolidStateDetector{Float64}(l200, detname)
@test det isa SolidStateDetector
sim = Simulation{Float64}(l200, detname)
sim = Simulation{Float64}(l200, detname, crystal_impurity = true)
@test sim isa Simulation

# Compare active volume from SSD to active volume from LegendDataManagement
Expand Down

0 comments on commit 875d98f

Please sign in to comment.