Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww authored Apr 25, 2023
1 parent 8dc6016 commit 1e5ef6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_multi_graph_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@


# The testing function
def _test_mgm_solver_on_isomorphic_graphs(num_graph, num_node, node_feat_dim, solver_func, mode, matrix_params,
backends):
def _test_mgm_solver_on_isomorphic_graphs(num_graph, num_node, node_feat_dim, solver_func, mode, matrix_params, backends):
if mode == 'lawler-qap':
assert 'edge_aff_fn' in matrix_params
assert 'node_aff_fn' in matrix_params
Expand Down Expand Up @@ -283,4 +282,4 @@ def execute(self, As):
test_gamgm_backward()
test_gamgm()
test_mgm_floyd()
test_cao()
test_cao()

0 comments on commit 1e5ef6e

Please sign in to comment.