Skip to content

Commit

Permalink
Merge 40ea62e into 2e6ccab
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Jan 10, 2024
2 parents 2e6ccab + 40ea62e commit 589f3da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TemporalGPs"
uuid = "e155a3c4-0841-43e1-8b83-a0e4f03cc18f"
authors = ["willtebbutt <wt0881@my.bristol.ac.uk> and contributors"]
version = "0.6.6"
version = "0.6.7"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -17,13 +17,13 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
AbstractGPs = "0.5.17"
Bessels = "0.2.8"
BlockDiagonals = "0.1.7"
ChainRulesCore = "1"
FillArrays = "0.13.0 - 0.13.7, 1"
KernelFunctions = "0.9, 0.10.1"
StaticArrays = "1"
StructArrays = "0.5, 0.6"
Zygote = "0.6.65"
AbstractGPs = "0.5.17 - 0.5.19"
Bessels = "0.2.8 - 0.2.8"
BlockDiagonals = "0.1.7 - 0.1.41"
ChainRulesCore = "1.0.0 - 1.16.0"
FillArrays = "0.13.0 - 0.13.7"
KernelFunctions = "0.9, 0.10.1 - 0.10.57"
StaticArrays = "1.0.0 - 1.6.5"
StructArrays = "0.5, 0.6.0 - 0.6.16"
Zygote = "0.6.65 - 0.6.65"
julia = "1.6"
2 changes: 1 addition & 1 deletion test/gp/lti_sde.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ println("lti_sde:")

# Just need to ensure we can differentiate through construction properly.
if isnothing(kernel.to_vec_grad)
@test_broken "Gradient tests are not passing"
@test_broken false # "Gradient tests are not passing"
continue
elseif kernel.to_vec_grad
test_zygote_grad_finite_differences_compatible(
Expand Down

0 comments on commit 589f3da

Please sign in to comment.