Skip to content

Commit 875d98f

Browse files
committed
Test crystal_impurity density in SSD tests
1 parent 07a225e commit 875d98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ext_ssd.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include("testing_utils.jl")
1616
@testset "$(detname)" begin
1717
det = SolidStateDetector{Float64}(l200, detname)
1818
@test det isa SolidStateDetector
19-
sim = Simulation{Float64}(l200, detname)
19+
sim = Simulation{Float64}(l200, detname, crystal_impurity = true)
2020
@test sim isa Simulation
2121

2222
# Compare active volume from SSD to active volume from LegendDataManagement

0 commit comments

Comments
 (0)