-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix chain_node_builder and diva test func #350
Conversation
Codecov Report
@@ Coverage Diff @@
## master #350 +/- ##
==========================================
+ Coverage 94.96% 95.22% +0.26%
==========================================
Files 129 129
Lines 4447 4464 +17
==========================================
+ Hits 4223 4251 +28
+ Misses 224 213 -11
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more 📢 Have feedback on the report? Share it here. |
domainlab/compos/pcr/request.py
Outdated
@store_args | ||
def __init__(self, net_class_d, net_x, net_class_y, i_c, i_h, i_w): | ||
"""net_class_d, net_x and net_class_y are neural networks defined by the user""" | ||
pass |
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.
there is no need to use pass here, as long as there is documentation, it is fine, using pass will confuse the reader
No description provided.