Skip to content

Commit

Permalink
Better skip message for residual bijection reconstruction test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnabergoj committed Dec 27, 2023
1 parent fd4dad8 commit 3e708b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_reconstruction_bijections.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3e708b1

Please sign in to comment.