Skip to content

Commit

Permalink
Clarify docstring for split_on_edge_attribute_existance
Browse files Browse the repository at this point in the history
  • Loading branch information
joeloskarsson committed Sep 5, 2024
1 parent ba2cc14 commit 7c999aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/weather_model_graphs/networkx_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ def split_on_edge_attribute_existance(graph, attr):
graph : networkx.Graph
Graph to check for levels
attr : str
Attribute to split on existance of
Attribute to consider, split the graph depending on if this attribute
exists or not
Returns
-------
Expand Down

0 comments on commit 7c999aa

Please sign in to comment.