-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I have a graph which I would like to copy and change one aspect of it (e.g. weight function). However, it seems like MetaGraph
doesn't have a copy constructor:
MetaGraph(graph)
# UndefKeywordError: keyword argument `label_type` not assigned
It would be great if something like that is added. Or alternatively, provide a way to create different views of the same graph with different properties.
Metadata
Metadata
Assignees
Labels
No labels