Skip to content

Commit

Permalink
Format (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Feb 3, 2024
1 parent 1ed97cf commit a86c3cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/HMMComparison/test/comparison.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ implems = [
]
algos = ["logdensity", "forward", "viterbi", "forward_backward", "baum_welch"]
instances = [
Instance(; sparse=false, nb_states=5, obs_dim=10, seq_length=1000, nb_seqs=10, bw_iter=10)
Instance(;
sparse=false, nb_states=5, obs_dim=10, seq_length=1000, nb_seqs=10, bw_iter=10
),
]

SUITE = define_suite(rng, implems; instances, algos)
Expand Down

0 comments on commit a86c3cd

Please sign in to comment.