-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Improvement] Support --cfg-options for demos #911
Conversation
Codecov Report
@@ Coverage Diff @@
## master #911 +/- ##
==========================================
+ Coverage 83.57% 83.69% +0.11%
==========================================
Files 132 132
Lines 9966 9983 +17
Branches 1718 1722 +4
==========================================
+ Hits 8329 8355 +26
+ Misses 1218 1211 -7
+ Partials 419 417 -2
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.
Looks Good, have you tried this new feature? (using --cfg-options
to set options of type str, int, float, etc. )
It works well for all data type. |
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.
Can be merged after some minor fixes
No description provided.