Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmh91 committed Sep 13, 2021
1 parent 212f001 commit d80b965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ end
SolidStateDetectors.apply_initial_state!(sim, ElectricPotential)
simulate!(sim, convergence_limit = 1e-6, refinement_limits = [0.2, 0.1, 0.05],
max_tick_distance = 0.5u"mm", verbose = false)
evt = Event([CartesianPoint{T}(0.01,0,0.003)])
evt = Event([CartesianPoint{T}(0.0075,0,0)])
simulate!(evt, sim, Δt = 1e-9, max_nsteps = 10000)
signalsum = T(0)
for i in 1:length(evt.waveforms)
Expand Down

0 comments on commit d80b965

Please sign in to comment.