We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a225e commit 875d98fCopy full SHA for 875d98f
test/test_ext_ssd.jl
@@ -16,7 +16,7 @@ include("testing_utils.jl")
16
@testset "$(detname)" begin
17
det = SolidStateDetector{Float64}(l200, detname)
18
@test det isa SolidStateDetector
19
- sim = Simulation{Float64}(l200, detname)
+ sim = Simulation{Float64}(l200, detname, crystal_impurity = true)
20
@test sim isa Simulation
21
22
# Compare active volume from SSD to active volume from LegendDataManagement
0 commit comments