-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR for issues #12, #25, #47, #28 #45
Conversation
remove documentation for the non-`return_all` case of `basevectors_apex`
The rest of the docstring was removed here: 7eeba12 |
as for the tutorial mentioned in #12 I don't think I am qualified to create that |
adding a note to the `Apex` class to address aburrell#25
also added a note in |
removing whitespace to make apex.py pep8 compliant
#47 was caused by
Note that I did not include |
Also had to remove the print statements from |
adding proposed fix for #28 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a few things, but haven't had a chance to run it locally yet.
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
Removed deprecated `strict` flag.
Updated formatting for section headers.
Updated filename construction, using `os.path.join` in all instances.
Clarified the parameters in the docstring.
Added a note about the geodetic system to the README.
Added a unit test based on the edge case provided by @bharding512
Ok, everything passes locally for me. I reviewed all the linked issues and this addresses everything except the tutorial. I added a note to that issue and removed it from the current milestone. Will provide approval Monday, once the unit tests are done. |
Removed trailing whitespace for PEP8 compliance.
Removed yet more trailing whitespace.
adding whitespace for pep8 compliance
removing trailing whitespace to satisfy codacy
remove documentation for the non-
return_all
case ofbasevectors_apex
this PR is to resolve #12