-
Notifications
You must be signed in to change notification settings - Fork 81
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
240 review nncell and nncombinatorial models + Fixed SAN bugs #269
240 review nncell and nncombinatorial models + Fixed SAN bugs #269
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #269 +/- ##
==========================================
- Coverage 97.45% 97.40% -0.05%
==========================================
Files 58 58
Lines 2120 2084 -36
==========================================
- Hits 2066 2030 -36
Misses 54 54 ☔ View full report in Codecov by Sentry. |
pyproject.toml
Outdated
exclude = [ | ||
'\.undocumented_method$', | ||
'\.__repr__$', | ||
'\.__init__$', | ||
] |
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.
Please revert this, __init__
and __repr__
should be documented.
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.
I have reverted it, but currently __init__
methods are not documented in TopoModelX. This results in failing the tests for any class that you modify.
This pull request addresses the following points: