Skip to content

Commit 0ebfaf8

Browse files
update test imports
1 parent 6462700 commit 0ebfaf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-envs/environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- pytest
1515
- pytest-cov
1616
- pydantic>=2.0.0
17-
- preliz>=0.20.0
17+
- preliz>=0.22.0
1818
- pip
1919
- pip:
2020
- jax

tests/inference/INLA/test_inla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_AR1(rng):
3535
true_theta = 0.95
3636
# true standard deviation of the innovation:
3737
true_sigma = 2.0
38-
# true process mean: #
38+
# true process mean:
3939
true_center = 0.0
4040

4141
for t in range(1, T):

0 commit comments

Comments
 (0)