File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,8 +62,14 @@ some error message printed.
6262
6363 ```console
6464 $ git clone https://github.com/networkx/networkx
65+ Cloning into 'networkx'...
66+
6567 $ cd networkx
68+
6669 $ git grep -i fixme
70+ doc/developer/release.rst: # FIXME - use eol_banner.html
71+ networkx/algorithms/isomorphism/tests/test_common.py: # FIXME: check why fails ismags but not vf2
72+ networkx/algorithms/shortest_paths/tests/test_weighted.py: # FIXME nx.goldberg_radzik(D, 1)
6773 ```
6874
6975 While `git grep` searches the **current state** of the repository,
@@ -115,6 +121,18 @@ some error message printed.
115121 For instance:
116122 ```console
117123 $ git show 759d589bdfa61aff99e0535938f14f67b01c83f7
124+ commit 759d589bdfa61aff99e0535938f14f67b01c83f7
125+ Author: Sanghack Lee <sanghack.lee@gmail.com>
126+ Date: Sun Mar 8 22:01:38 2020 -0400
127+
128+ Fix return values when drawing empty nodes and edges #3833 (#3854)
129+
130+ diff --git a/networkx/drawing/nx_pylab.py b/networkx/drawing/nx_pylab.py
131+ index 4b2f34bed..1421b055b 100644
132+ --- a/networkx/drawing/nx_pylab.py
133+ +++ b/networkx/drawing/nx_pylab.py
134+ ...
135+
118136 ```
119137 ::::
120138
You can’t perform that action at this time.
0 commit comments