remove useless codes

This commit is contained in:
wls2002
2023-05-07 16:30:26 +08:00
parent 890c928b0f
commit cec40b254f
24 changed files with 3 additions and 2601 deletions

View File

@@ -105,7 +105,6 @@ class SpeciesController:
if len(new_representatives) != 0:
# the representatives of new species
sid, rid = list(zip(*[(k, v) for k, v in new_representatives.items()]))
distances = [
self.distance(pop_nodes[i], pop_connections[i], pop_nodes[r], pop_connections[r])
for r in rid