aerospaceresearch / orbitdeterminator

determination of satellite orbits and more
MIT License
181 stars 113 forks source link

Remove stray semicolon and minor format fixes #180

Closed Krythz43 closed 3 years ago

Krythz43 commented 4 years ago

This PR removes a stray semicolon in the python code while initializing variables in propogation/sgp4.py with which I am really not sure how the code works.

It also fixes a few of "==" to "is" as suggested in the style guide.

hornig commented 3 years ago

minor improvement. will be done with other changes. thanks for showing