File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,23 @@ using MeasureBase
8
8
using Aqua
9
9
Aqua. test_all (MeasureBase; ambiguities= false , unbound_args= false )
10
10
11
- using JETTest
11
+ d = ∫exp (x -> - x ^ 2 , Lebesgue (ℝ))
12
12
13
- @test_nodispatch density ( Lebesgue (ℝ), 0.3 )
13
+ @static if VERSION ≥ 1.6
14
14
15
- @test_nodispatch density (Dirac (0 ), 0.3 )
16
- @test_nodispatch density (Dirac (0 ), 0 )
15
+ using JETTest
17
16
18
- d = ∫exp (x -> - x^ 2 , Lebesgue (ℝ))
17
+ @test_nodispatch density (Lebesgue (ℝ), 0.3 )
18
+
19
+ @test_nodispatch density (Dirac (0 ), 0.3 )
20
+ @test_nodispatch density (Dirac (0 ), 0 )
21
+
22
+
19
23
20
- @test_nodispatch density (d, 3 )
24
+ @test_nodispatch density (d, 3 )
21
25
22
- @test_nodispatch basemeasure (d)
26
+ @test_nodispatch basemeasure (d)
27
+ end
23
28
24
29
# function draw2(μ)
25
30
# x = rand(μ)
You can’t perform that action at this time.
0 commit comments