-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
In conversations, there are a few constraints that are possible to test:
- Enforcing return types (if you pass a
DiGraph, you shouldn't getGraphback). - Enforcing equal numbers of nodes and edges after rewiring.
- Does the algorithm handle the empty graph and the complete graph correctly?
In general, these algorithms are going to be highly nondeterministic, which presents a challenge for testing them. But ideally we can come up with some things that cover most rewirers (even if we have to have exceptions).
Metadata
Metadata
Assignees
Labels
No labels