Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhanggit committed Mar 4, 2024
1 parent 6126b6b commit d2a551d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ def pytest_train_model_vectoroutput(model_type, overwrite_data=False):


@pytest.mark.parametrize(
"model_type",
["SAGE", "GIN", "GAT", "MFC", "PNA", "SchNet", "DimeNet", "EGNN"]
"model_type", ["SAGE", "GIN", "GAT", "MFC", "PNA", "SchNet", "DimeNet", "EGNN"]
)
def pytest_train_model_conv_head(model_type, overwrite_data=False):
unittest_train_model(model_type, "ci_conv_head.json", False, overwrite_data)

0 comments on commit d2a551d

Please sign in to comment.