CityScope / CityMatrix_Sim_AI

Agent-Based Model of the CityMatrix
11 stars 3 forks source link

Lint #28

Closed kalyons11 closed 7 years ago

kalyons11 commented 7 years ago

I made some changes to the files to follow the Python Style Guide, PEP. Click here to learn more.

These are very minor changes to formatting, naming, imports, syntax, spacing, etc. But, it is nice to have some consistency and format in our code that we can use moving forward.

@popabczhang, if you would like, feel free to merge these changes into master.

Best,

Kevin

popabczhang commented 7 years ago

Curious: is the formatting done manually or automatically by some software?

kalyons11 commented 7 years ago

@popabczhang A bit of both.

There is a plugin I used for Sublime Text 3, Anaconda. This takes care of a lot of small formatting things.

Some other changes were made by hand!

popabczhang commented 7 years ago

Great! Good to know.