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

Commit 465d73d

Browse files
committed
fix: Disable STAN_THREADS test
PyStan 2.20 will not support using STAN_THREADS as there appears no way to support it using gcc. Trying to use a model compiled with STAN_THREADS with gcc yields an immediate segfault.
1 parent 3f93218 commit 465d73d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pystan/tests/test_extra_compile_args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ 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")
4344
def test_threading_support(self):
4445
# Dont test with Windows with MinGW-w64 (GCC)
4546
if sys.platform.startswith("win"):

0 commit comments

Comments
 (0)