-
Notifications
You must be signed in to change notification settings - Fork 322
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
[WIP] Argparser Improvements #293
Conversation
Codecov Report
@@ Coverage Diff @@
## master #293 +/- ##
==========================================
- Coverage 81.91% 81.88% -0.03%
==========================================
Files 98 98
Lines 5495 5481 -14
==========================================
- Hits 4501 4488 -13
+ Misses 994 993 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hello @nateraw! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-10-21 21:48:21 UTC |
Add docs please :) |
Honestly I would prefer:
That way the use could always add any arbitrary object they want |
+1 to this. that's what |
@nateraw are the arguments for the different objects added into ArgumentParser groups (using add_argument_group)? I've read the code and couldn't find add_argument_group being called. I think it would significantly help the clarity of the command line help. Also, regarding your question to @teddykoker I prefer using add_object_args, or perhaps even add_object_specific_args, which conforms to the norm suggested in the documentation for add_model_specific_args. |
@nateraw is it still WIP, how is it going? |
seems dead, right? @nateraw feel free to reopen if suitable... |
Before submitting
What does this PR do?
Fixes # (issue).
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃