Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
puririshi98 authored Oct 18, 2023
1 parent ff5b3fe commit 830651c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/nn/test_to_hetero_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,8 @@ def test_to_hetero_validate():


# (TODO) make to_hetero w/ HeteroLinear backend work for this
pytest.mark.skipif(WITH_TO_HETERO_HETEROLIN and use_heterolin_in_to_hetero, \
pytest.mark.skipif(WITH_TO_HETERO_HETEROLIN and use_heterolin_in_to_hetero,
"not working for experimental to_hetero w/ HeteroLinear")


def test_to_hetero_on_static_graphs():
x_dict = {
'paper': torch.randn(4, 100, 16),
Expand Down

0 comments on commit 830651c

Please sign in to comment.