Skip to content

Commit

Permalink
add new test to InValidGeometry
Browse files Browse the repository at this point in the history
  • Loading branch information
MoKrar committed Sep 18, 2020
1 parent 71051ae commit 83c2582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_Calculations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ end #let
@test_throws G.NotImplementedError geoEff(acylDetector, Point(eps(cryRadius), nextfloat(cryRadius)))
@test_throws G.NotImplementedError geoEff(acylDetector, Point(nextfloat(cryRadius), nextfloat(cryRadius)))
@test_throws G.InValidGeometry geoEff(acylDetector, Point(-1, 0))
@test_throws G.InValidGeometry geoEff(acylDetector, Point(-1, prevfloat(cryRadius)))
end #testset_cylindrical_detector


Expand Down

0 comments on commit 83c2582

Please sign in to comment.