You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@register_graphfcn
def generic_function(G, a, b, **kwargs):
# create G_ from G, a, b
return G_
And create_model will primarily call:
for function in list_of_functions
G = function(G, **parameters, **addresses)
if verbose:
graph_to_geojson(G, function.__name__ + .geojson)
save_graph(G, function.__name__ + .json)
The text was updated successfully, but these errors were encountered:
Preferred function format will follow the format:
And
create_model
will primarily call:The text was updated successfully, but these errors were encountered: