Skip to content
Snippets Groups Projects
Commit a3c91feb authored by Busson Loic's avatar Busson Loic
Browse files

merge

parents 447db08d b85fe195
No related branches found
No related tags found
No related merge requests found
*.pyc
\ No newline at end of file
File deleted
File deleted
File deleted
No preview for this file type
...@@ -18,7 +18,7 @@ ROT_TABLE = {\ ...@@ -18,7 +18,7 @@ ROT_TABLE = {\
"TA": [36, 0.9, 0, 1.1, 2, 0],\ "TA": [36, 0.9, 0, 1.1, 2, 0],\
"TC": [36.9, 5.3, -120, 0.9, 6, 0],\ "TC": [36.9, 5.3, -120, 0.9, 6, 0],\
"TG": [34.5, 3.5, 64, 0.9, 34, 0],\ "TG": [34.5, 3.5, 64, 0.9, 34, 0],\
"TT": [35.62, 7.2, -154, 0.06, 0.6, 0]\ "TT": [35.62, 7.2, 154, 0.06, 0.6, 0]\
} }
......
...@@ -55,7 +55,7 @@ class Population: ...@@ -55,7 +55,7 @@ class Population:
y=self.indiv[t] y=self.indiv[t]
vu.add(t) vu.add(t)
vu.add(m) vu.add(m)
if x.score<=y.score: if x.score>=y.score:
newself.append(x) newself.append(x)
else: else:
newself.append(y) newself.append(y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment