Skip to content

Commit 161c264

Browse files
committed
lint fix
1 parent 62b1cc9 commit 161c264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoperf/workloads/ogbg/ogbg_jax/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ def __call__(self, graph, train, dropout_rate=DROPOUT_RATE):
9393
decoder = jraph.GraphMapFeatures(embed_global_fn=nn.Dense(self.num_outputs))
9494
graph = decoder(graph)
9595

96-
return graph.globals
96+
return graph.globals

0 commit comments

Comments
 (0)