wbia.algo.graph.tests package

Submodules

wbia.algo.graph.tests.dyn_cases module

wbia.algo.graph.tests.mst_debug module

wbia.algo.graph.tests.test_graph_iden module

wbia.algo.graph.tests.test_neg_metagraph module

TODO: These tests are good and important to run. Ensure they are run via run_tests even though they are not doctests.

Consider moving to pytest and using xdoctest (because regular doctest does not accept the syntax of IBEIS doctests)

wbia.algo.graph.tests.test_neg_metagraph.test_neg_metagraph_simple_add_remove()[source]

Test that the negative metagraph tracks the number of negative edges between PCCs through non-label-changing operations

wbia.algo.graph.tests.test_neg_metagraph.test_neg_metagraph_split_and_merge()[source]

Test that the negative metagraph tracks the number of negative edges between PCCs through label-changing split and merge operations

wbia.algo.graph.tests.test_neg_metagraph.test_neg_metagraph_split_incomp()[source]
wbia.algo.graph.tests.test_neg_metagraph.test_neg_metagraph_split_neg()[source]

Test that the negative metagraph tracks the number of negative edges between PCCs through label-changing split operations

Module contents