Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change input and shape of LinRegHMM test to fix failure
Changes: - Replace `jnp.ones` input with `jr.normal`. - Reduce size of hidden state to 3. - Remove unused `datetime` import and commented lines. Fundamentally the problem is that the solve step can be unstable. This does not resolve that but instead chooses a set up which is less vulnerable to the instability.
- Loading branch information