Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MultiDiGraph as perception and pattern graphs #762

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lichtefeld
Copy link
Collaborator

@lichtefeld lichtefeld commented May 4, 2020

Closes #751 & Closes #666

@lichtefeld lichtefeld force-pushed the 751-digraph-exploration branch from 58e088f to 08c43d3 Compare July 29, 2020 15:32
temporally_scoped_label = TemporallyScopedEdgeLabel.for_dynamic_perception(
unwrapped_label, when=temporal_scopes
)
digraph.edges[source, target]["label"] = temporally_scoped_label
multidigraph.edges[source, target, edge]["label"] = temporally_scoped_label
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be the wrong way to do this update on a multidigraph...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants