Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
markbaynes committed Mar 12, 2019
1 parent 80aab3e commit 8e78218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ga_tsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def init_landscape(num_cities):
print(f"Landscape {landscape}")
return landscape

# TEST LINE
# TEST LINE ADDED

def init_population(population, num_cities):
"""Create initial population."""
Expand Down

0 comments on commit 8e78218

Please sign in to comment.