From 987a6f466fd466c2d2f1d173291f03bdb9ff1759 Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Mon, 28 Oct 2019 23:53:22 +0200 Subject: [PATCH] update --- arviz/tests/test_data_pyro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arviz/tests/test_data_pyro.py b/arviz/tests/test_data_pyro.py index 0f0de07bf6..b76fc8f25f 100644 --- a/arviz/tests/test_data_pyro.py +++ b/arviz/tests/test_data_pyro.py @@ -9,7 +9,7 @@ load_cached_models, ) -@pytest.mark.skip(reason="Temporary skip for Pyro tests, until fix is provided") +@pytest.mark.skip(reason="Temporarily skip for Pyro tests, until fix is provided") class TestDataPyro: @pytest.fixture(scope="class") def data(self, eight_schools_params, draws, chains):