Prajwal-Prathiksh / Museum-Path-Optimization

Contains code meant to optimize the route for a tourist visiting the Louvre Museum, such that the satisfaction level is maximised by visiting all/select exhibits in a single working day.
MIT License
10 stars 8 forks source link

Added genetic files #44

Closed auvapr closed 3 years ago

pep8speaks commented 3 years ago

Hello @auvapr! Thanks for opening this PR.

Line 80:25: E226 missing whitespace around arithmetic operator Line 80:36: E226 missing whitespace around arithmetic operator Line 85:19: E226 missing whitespace around arithmetic operator Line 130:52: E226 missing whitespace around arithmetic operator Line 130:54: E226 missing whitespace around arithmetic operator Line 197:25: E226 missing whitespace around arithmetic operator Line 198:40: E226 missing whitespace around arithmetic operator

Line 78:25: E226 missing whitespace around arithmetic operator Line 78:36: E226 missing whitespace around arithmetic operator Line 83:19: E226 missing whitespace around arithmetic operator Line 149:52: E226 missing whitespace around arithmetic operator Line 149:54: E226 missing whitespace around arithmetic operator Line 163:58: E226 missing whitespace around arithmetic operator Line 261:5: E704 multiple statements on one line (def)

Do see the Hitchhiker's guide to code style