Closed quaquel closed 6 years ago
Haha, you don't waste any time!! Thanks @quaquel
A couple of questions/comments:
That's all, then we can merge. Thanks again!
I have updated gitignore and removed the eclipse files. I made some more layout changes related to pep8. The example still runs fine.
pep8 specifies 4 spaces: https://www.python.org/dev/peps/pep-0008/#indentation. Line length should be 79 for code and 72 for docstrings. This I stick to less closely.
Ok let's do it. Thanks!
I ran autopep8 to clean up the code. I might do some work on the plane to make all code fit into 79 characters.