Skip to content

Commit

Permalink
Merge 3b966b4 into 2e6ccab
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Jan 22, 2024
2 parents 2e6ccab + 3b966b4 commit 6819d8d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 23 deletions.
16 changes: 8 additions & 8 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 @@ -18,12 +18,12 @@ 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"
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"
StaticArrays = "1"
StructArrays = "0.5, 0.6"
Zygote = "0.6.65"
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"
5 changes: 2 additions & 3 deletions test/gp/lti_sde.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ using KernelFunctions: kappa
using ChainRulesTestUtils
using TemporalGPs: build_lgssm, StorageType, is_of_storage_type, lgssm_components
using Test
include("../test_util.jl")
include("../models/model_test_utils.jl")

_logistic(x) = 1 / (1 + exp(-x))

# Everything is tested once the LGSSM is constructed, so it is sufficient just to ensure
Expand Down Expand Up @@ -226,7 +225,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
3 changes: 0 additions & 3 deletions test/models/lgssm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ using LinearAlgebra
using StructArrays
using Zygote, StaticArrays

include("model_test_utils.jl")
include("../test_util.jl")

println("lgssm:")
@testset "lgssm" begin

Expand Down
3 changes: 0 additions & 3 deletions test/models/linear_gaussian_conditionals.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using TemporalGPs: posterior_and_lml, predict, predict_marginals
using Test

include("../test_util.jl")
include("../models/model_test_utils.jl")

println("linear_gaussian_conditionals:")
@testset "linear_gaussian_conditionals" begin
Dlats = [1, 3]
Expand Down
3 changes: 0 additions & 3 deletions test/models/missings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ using Random: randperm
using ChainRulesTestUtils
using Zygote: Context

include("../test_util.jl")
include("../models/model_test_utils.jl")

@info "missings:"
@testset "missings" begin

Expand Down
2 changes: 0 additions & 2 deletions test/space_time/pseudo_point.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ using TemporalGPs:
Separable,
approx_posterior_marginals
using Test
include("../test_util.jl")
include("../models/model_test_utils.jl")

@testset "pseudo_point" begin

Expand Down
1 change: 0 additions & 1 deletion test/util/chainrules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ using TemporalGPs: time_exp, _map, Gaussian
using FillArrays
using StructArrays
using Zygote: ZygoteRuleConfig
include("../test_util.jl")

@testset "chainrules" begin
@testset "StaticArrays" begin
Expand Down

0 comments on commit 6819d8d

Please sign in to comment.