diff --git a/test/test_reconstruction_transformers.py b/test/test_reconstruction_transformers.py index 352cd69..62c6107 100644 --- a/test/test_reconstruction_transformers.py +++ b/test/test_reconstruction_transformers.py @@ -84,6 +84,7 @@ def test_spline(transformer_class: ScalarTransformer, batch_shape: Tuple, event_ assert_valid_reconstruction(transformer, x, h) +@pytest.mark.skip(reason="Not finalized") @pytest.mark.parametrize('transformer_class', [ UnconstrainedMonotonicNeuralNetwork ])