Skip to content

Commit

Permalink
code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Sep 24, 2023
1 parent 9dd7ccf commit 68fe515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/graphnet/models/graphs/graph_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ def forward( # type: ignore
else:

self.warning_once(
"No EdgeDefinition provided. Graphs will not have edges defined!"
"""No EdgeDefinition provided.
Graphs will not have edges defined!""" # noqa
)

# Attach data path - useful for Ensemble datasets.
Expand Down

0 comments on commit 68fe515

Please sign in to comment.