You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added networkx export functionality
Apologies for delay but finally got around to updating the latest version of model_graph.py to include networkx export function
as discussed in #5677
* Update model_graph.py
restoring whitespace #5677 (comment)
* Corrected cluster(subgraph) behaviour
subgraph(cluster) attributes are now stored on each node that is a member of that subgraph(cluster).
* Update pymc/model_graph.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
* Correcting docstring spacing
* Updated to include new function model_to_networkx
* linted and checked by pre-commit
* added test for model_to_networkx function
* added function import
* added model_to_networkx
* corrected formatting
* more linting
* Update test_model_graph.py
* Update __init__.py
* Redid changes
* added function to models.rst
* corrected indent issue
indent issue cause by merge resolution
* corrected spelling error
* added networkx to requirements
* redid pre-commit and ran it twice
* Update pymc/model_graph.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
* Update pymc/model_graph.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
* Update pymc/model_graph.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
* Update pymc/model_graph.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
* Update pymc/model_graph.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
* Removed trailing whitespace
Removed trailing whitespace from lines 312, 314,
* removing more trailing whitespace
Co-authored-by: Oriol Abril-Pla <[email protected]>
Co-authored-by: Joni Pelham <[email protected]>
0 commit comments