File: README.md

package info (click to toggle)
hinge 0.5.0-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,972 kB
  • sloc: cpp: 9,480; ansic: 8,826; python: 5,023; sh: 340; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Hinge Autopkgtest

- The test breaks at line 55 of `run-demo` due to `networkx` with the following error:

**Traceback (most recent call last):**
  **File "/usr/bin/../lib/hinge/pruning_and_clipping.py", line 1407, in <module>**
    **Gs = random_condensation_sym(G1,1000)**
         
  **File "/usr/bin/../lib/hinge/pruning_and_clipping.py", line 452, in random_condensation_sym**
    **node = g.nodes()[random.randrange(len(g.nodes()))]**
           
  **File "/usr/lib/python3/dist-packages/networkx/classes/reportviews.py", line 194, in __getitem__**
    **return self._nodes[n]**
           
**KeyError: 819**