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 bipartite property graphs and refactor graphviz bipartite graph methods #895

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

fix invis_edges forwarding and add tests to cover graphviz for finite…

a212604
Select commit
Loading
Failed to load commit list.
Open

Implement bipartite property graphs and refactor graphviz bipartite graph methods #895

fix invis_edges forwarding and add tests to cover graphviz for finite…
a212604
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed Started 2024-03-07 00:06:59 ago

0 / 8 tasks completed

8 tasks still to be completed

Details

Required Tasks

Task Status
New features and bug fixes have unit tests Incomplete
New modules have tests that are ultimately called by the test runner (test/runtests.jl) Incomplete
Existing tests have not been deleted Incomplete
Code coverage >= 90% or reduction justified in PR Incomplete
All exported functions, types, and constants have docstrings, written in complete sentences Incomplete
Citations are given for any constructions, algorithms, or code drawn from external sources Incomplete
Style guidelines are followed, including indent width 2 Incomplete
Changes breaking backwards compatibility have been approved Incomplete