Skip to content

Commit f178d7b

Browse files
github-actions[bot]CompatHelper JuliaWill Tebbutt
authored
CompatHelper: bump compat for IrrationalConstants to 0.2, (keep existing compat) (#491)
* CompatHelper: bump compat for IrrationalConstants to 0.2, (keep existing compat) * Loosen tolerance --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Will Tebbutt <[email protected]>
1 parent 768207c commit f178d7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "KernelFunctions"
22
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
3-
version = "0.10.51"
3+
version = "0.10.52"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -28,7 +28,7 @@ CompositionsBase = "0.1"
2828
Distances = "0.10"
2929
FillArrays = "0.10, 0.11, 0.12, 0.13"
3030
Functors = "0.1, 0.2, 0.3, 0.4"
31-
IrrationalConstants = "0.1"
31+
IrrationalConstants = "0.1, 0.2"
3232
LogExpFunctions = "0.2.1, 0.3"
3333
Requires = "1.0.1"
3434
SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"

test/basekernels/fbm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
) / 2 atol = 1e-5
1212
@test repr(k) == "Fractional Brownian Motion Kernel (h = $(h))"
1313

14-
test_interface(k)
14+
test_interface(k; rtol=1e-5)
1515
@test repr(k) == "Fractional Brownian Motion Kernel (h = $(h))"
1616
test_ADs(FBMKernel; ADs=[:ReverseDiff])
1717

0 commit comments

Comments
 (0)