Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Sep 29, 2024
1 parent 40e3a75 commit 290035f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/autodiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ using Enzyme: Enzyme
using ForwardDiff: ForwardDiff
using HiddenMarkovModels
import HiddenMarkovModels as HMMs
using HMMTest #src
using LinearAlgebra
using Random: Random, AbstractRNG
using StableRNGs
Expand Down
2 changes: 1 addition & 1 deletion test/correctness.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rng = StableRNG(63)

## Settings

T, K = 100, 200
T, K = 100, 500

init = [0.4, 0.6]
init_guess = [0.5, 0.5]
Expand Down

0 comments on commit 290035f

Please sign in to comment.