Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 069a336

Browse files
committed
Update Stan source to v2.19.1 (#652)
* feat: Use Stan 2.19.1 source * Revert "fix: Disable STAN_THREADS test" This reverts commit 047dac7.
1 parent 77fbde9 commit 069a336

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pystan/stan

Submodule stan updated 64 files

pystan/tests/test_extra_compile_args.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def test_extra_compile_args_failure(self):
4040
pystan.StanModel(model_code=model_code, model_name="normal1",
4141
extra_compile_args=extra_compile_args)
4242

43-
@unittest.skip("temporarily disabled due to STAN_THREADS issue in Stan 2.20")
4443
def test_threading_support(self):
4544
# Dont test with Windows with MinGW-w64 (GCC)
4645
if sys.platform.startswith("win"):

0 commit comments

Comments
 (0)