diff options
| author | ericbalkanski <ericbalkanski@MACD-01953.local> | 2014-12-07 17:16:57 -0500 |
|---|---|---|
| committer | ericbalkanski <ericbalkanski@MACD-01953.local> | 2014-12-07 17:16:57 -0500 |
| commit | 9c2d0453e83d7a2472a02bcc09fc7b2a5c79fc6a (patch) | |
| tree | 97b97530f13ab401ce4b6fc6704d0134adaad78a /src/cascade_creation.py | |
| parent | 6e15f30cda55b7bff805e2475f2300e63e59318e (diff) | |
| download | cascades-9c2d0453e83d7a2472a02bcc09fc7b2a5c79fc6a.tar.gz | |
Revert "Revert 566f924..4ba0141"
This reverts commit 6e15f30cda55b7bff805e2475f2300e63e59318e.
Diffstat (limited to 'src/cascade_creation.py')
| -rw-r--r-- | src/cascade_creation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cascade_creation.py b/src/cascade_creation.py index 9a26c03..1a71285 100644 --- a/src/cascade_creation.py +++ b/src/cascade_creation.py @@ -4,7 +4,7 @@ import collections from itertools import izip from sklearn.preprocessing import normalize -class InfluenceGraph(nx.Graph): +class InfluenceGraph(nx.DiGraph): """ networkX graph with mat and logmat attributes """ |
