Skip to content

Commit

Permalink
Update cmdstan version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Jun 13, 2024
1 parent 0e70d19 commit f972c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# Our tests may contain a number of stochastic elements. Setting a seed will make sure they are
# not flaky (but also hide potential issues).
SEED: "0"
cmdstanVersion: "2.31.0"
cmdstanVersion: "2.34.1"

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion stan/tests/test_stan_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from gptools.util import coordgrid, fft, kernels
import hashlib
import inspect
import itertools as it
import numpy as np
import pathlib
import pytest
Expand Down

0 comments on commit f972c0d

Please sign in to comment.