Skip to content

Commit

Permalink
Update test_to_hetero_transformer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
puririshi98 authored Oct 18, 2023
1 parent 830651c commit 59a83da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nn/test_to_hetero_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ 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 = {
Expand Down

0 comments on commit 59a83da

Please sign in to comment.