Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Tyshetskiy committed Feb 15, 2019
1 parent 722dbc8 commit 77d6b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/mapper/test_node_mappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ def create_graph_features():
G = G.to_undirected()
return G, np.array([[1, 1], [1, 0], [0, 1]])


class Test_FullBatchNodeGenerator:
"""
Tests of FullBatchNodeGenerator class
Expand Down Expand Up @@ -809,4 +810,4 @@ def test_fullbatch_generator_init_3(self):
func = "Not callable"

with pytest.raises(ValueError):
generator = FullBatchNodeGenerator(G, "test", func, key="value")
generator = FullBatchNodeGenerator(G, "test", func, key="value")

0 comments on commit 77d6b0c

Please sign in to comment.