File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
name = " CalibrationTests"
2
2
uuid = " 2818745e-0823-50c7-bc2d-405ac343d48b"
3
3
authors = [
" David Widmann <[email protected] >" ]
4
- version = " 0.5.3 "
4
+ version = " 0.5.4 "
5
5
6
6
[deps ]
7
7
CalibrationErrors = " 33913031-fe46-5864-950f-100836f47845"
@@ -19,7 +19,7 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
19
19
CalibrationErrors = " 0.5.15"
20
20
ConsistencyResampling = " 0.3"
21
21
HypothesisTests = " 0.8, 0.9, 0.10"
22
- KernelFunctions = " 0.8.20, 0.9 "
22
+ KernelFunctions = " 0.10 "
23
23
Reexport = " 1"
24
24
StatsFuns = " 0.8, 0.9"
25
25
StructArrays = " 0.5"
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ uniformbound(kce::SKCE) = 2 * uniformbound(kce.kernel)
53
53
# uniform bounds of the norm of base kernels
54
54
uniformbound (kernel:: ExponentialKernel ) = 1
55
55
uniformbound (kernel:: SqExponentialKernel ) = 1
56
- uniformbound (kernel:: TVExponentialKernel ) = 1
57
56
uniformbound (kernel:: WhiteKernel ) = 1
58
57
59
58
# uniform bound of the norm of a scaled kernel
Original file line number Diff line number Diff line change 3
3
# default bounds for base kernels
4
4
CalibrationTests. uniformbound (ExponentialKernel ()) == 1
5
5
CalibrationTests. uniformbound (SqExponentialKernel ()) == 1
6
- CalibrationTests. uniformbound (TVExponentialKernel ()) == 1
7
6
CalibrationTests. uniformbound (WhiteKernel ()) == 1
8
7
9
8
# default bounds for kernels with input transformations
10
9
CalibrationTests. uniformbound (SqExponentialKernel () ∘ ScaleTransform (rand ())) == 1
11
- CalibrationTests. uniformbound (TVExponentialKernel () ∘ ScaleTransform (rand (10 ))) == 1
10
+ CalibrationTests. uniformbound (ExponentialKernel () ∘ ScaleTransform (rand (10 ))) == 1
12
11
13
12
# default bounds for scaled kernels
14
13
CalibrationTests. uniformbound (42 * ExponentialKernel ()) == 42
You can’t perform that action at this time.
0 commit comments