diff options
| author | Dan Schult <dschult@colgate.edu> | 2017-08-12 06:51:34 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-12 06:51:34 -0600 |
| commit | beec684828243464c40799545919d3741dde460d (patch) | |
| tree | aaec837f9c034d87de497c9e4f77dbab2a9971c8 /examples/algorithms/plot_blockmodel.py | |
| parent | 5632ed99217287f2f245e72504384b9f246a104e (diff) | |
| download | networkx-beec684828243464c40799545919d3741dde460d.tar.gz | |
Next attempt to meld graphviews with base classes (#2593)
* Update code to prepare for melding graphviews
* Meld graphviews into graph classes
* Cleanup subgraph calling sign. and remove duplicate code
* Add some tests for raising exceptions
* update edge_kcomponents to avoid readonly views.
* Add root_graph attribute and tests
Update tests for root_graph as well as fresh_copy.
I left fresh_copy as an attribute even with root_graph
because a view might switch the data structure of the
view from directed to undirected. Going to the root_graph.__class__
may not give you what you need to create a graph like the view.
Fresh_copy gives a null graph with the directed/multi type of that
view or graph.
Diffstat (limited to 'examples/algorithms/plot_blockmodel.py')
0 files changed, 0 insertions, 0 deletions
