From 3e708b13ec965f49e20cf5c98734c21dc1303600 Mon Sep 17 00:00:00 2001 From: David Nabergoj Date: Wed, 27 Dec 2023 23:23:43 +0100 Subject: [PATCH] Better skip message for residual bijection reconstruction test --- test/test_reconstruction_bijections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_reconstruction_bijections.py b/test/test_reconstruction_bijections.py index 4aaa45e..934dbdb 100644 --- a/test/test_reconstruction_bijections.py +++ b/test/test_reconstruction_bijections.py @@ -166,7 +166,7 @@ def test_masked_autoregressive(bijection_class: Bijection, batch_shape: Tuple, e assert_valid_reconstruction(bijection, x, context) -@pytest.mark.skip(reason="Computation takes too long") +@pytest.mark.skip(reason="Computation takes too long / inherently inaccurate") @pytest.mark.parametrize('bijection_class', [ ProximalResFlowBlock, InvertibleResNetBlock,