Skip to content

Commit

Permalink
remove xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth9820 committed Jun 10, 2024
1 parent f39883f commit d24fa4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions axonn/tests/test_intra_layer_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def norm_allclose(X, Y):
@pytest.mark.parametrize("easy_tp", [True, False])
@pytest.mark.parametrize("bias", [True, False])
@pytest.mark.parametrize("device", ["cuda", "cpu"])
@pytest.mark.xfail(reason="Allow to fail as convolutions are not deterministic")
def test_fw_pass(G_intra_r, G_intra_c, G_intra_d, B, H, W, C, easy_tp, bias, device):
# These tests are in fp-32
torch.manual_seed(42)
Expand Down Expand Up @@ -136,7 +135,6 @@ def test_fw_pass(G_intra_r, G_intra_c, G_intra_d, B, H, W, C, easy_tp, bias, dev
@pytest.mark.parametrize("bias", [True, False])
@pytest.mark.parametrize("device", ["cuda", "cpu"])
@pytest.mark.parametrize("comm_opt_level", [0, 3])
@pytest.mark.xfail(reason="Allow to fail as convolutions are not deterministic")
def test_bw_pass(
G_intra_r,
G_intra_c,
Expand Down

0 comments on commit d24fa4c

Please sign in to comment.