Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -10,7 +10,7 @@ def analyze_pair(group_anlized, gropus_dir, rev, eigenvectors): | ... | @@ -10,7 +10,7 @@ def analyze_pair(group_anlized, gropus_dir, rev, eigenvectors): |
10 | with open(eigenvectors) as f: | 10 | with open(eigenvectors) as f: |
11 | 11 | ||
12 | eigenvector = [c for c in f.readlines() if c.startswith("(" + | 12 | eigenvector = [c for c in f.readlines() if c.startswith("(" + |
13 | - str(group_anlized - 1) + ",")][0] | 13 | + str(group_anlized) + ",")][0] |
14 | x = eigenvector.split(" ")[1] | 14 | x = eigenvector.split(" ")[1] |
15 | eigen = {"string": x, | 15 | eigen = {"string": x, |
16 | "bo": x.split("*")[1].replace('"', ''), | 16 | "bo": x.split("*")[1].replace('"', ''), | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment