-
Notifications
You must be signed in to change notification settings - Fork 11
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
Creation commands #82
Creation commands #82
Conversation
(I know that there are still a few TODOs in the docstrings ...) |
About to add my review. Just going to open-close to trigger the CI. |
Codecov Report
@@ Coverage Diff @@
## master #82 +/- ##
=========================================
Coverage ? 87.30%
=========================================
Files ? 101
Lines ? 9958
Branches ? 0
=========================================
Hits ? 8693
Misses ? 1265
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
Two minor comments, but otherwise all is good. I've tested this end-to-end with cf-python by checking out also the creation-commands
twin branch, as well as the cfdm standalone test suite, and the test suites both pass locally. I also tried out the new tutorial & API reference examples as a script and they work as they should.
I can't see any issue in the transfer of the relevant documentation, except for one word which should be amended (see sub-comment).
Thanks, @sadielbartholomew for the careful review. Does the latest commit sort all of the points you highlighted? If so, please merge! otherwise, let me know ... |
Feedback has all been addressed, thanks @davidhassell. I have just run the local test suites (cfdm & e2e cf-python) as a final check. This is good to merge. |
Thank you. |
Oh, please ignore my comment above about PEP8 failures, I have just seen that they were all arising from a temporary script I specifically made to test which was this living under the repo. So the CI should pass - we can check from the result produced by my merge commit. 👍 |
Transfer
creation_commands
methods from cf-python to cfdm, as mentioned in #53