Skip to content

Commit

Permalink
JET
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Sep 28, 2024
1 parent 0d5ecc2 commit ced9ecf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Pkg.develop(; path=joinpath(dirname(@__DIR__), "libs", "HMMTest"))

@testset "Code linting" begin
using Distributions
using Zygote
JET.test_package(HiddenMarkovModels; target_defined_modules=true)
if VERSION >= v"1.10"
JET.test_package(HiddenMarkovModels; target_defined_modules=true)
end
end

@testset "Distributions" begin
Expand Down

0 comments on commit ced9ecf

Please sign in to comment.