-
Notifications
You must be signed in to change notification settings - Fork 4
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
85 review docstrings #86
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #86 +/- ##
=======================================
Coverage 86.81% 86.81%
=======================================
Files 49 49
Lines 1577 1577
=======================================
Hits 1369 1369
Misses 208 208 ☔ View full report in Codecov by Sentry. |
src/konnektor/network_planners/concatenators/cyclic_concatenator.py
Outdated
Show resolved
Hide resolved
src/konnektor/network_planners/generators/clustered_network_generator.py
Show resolved
Hide resolved
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.
@hannahbaumann could you take a look at these last two open conversations?
src/konnektor/network_planners/generators/clustered_network_generator.py
Show resolved
Hide resolved
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.
Here my comments on the two open questions, will go through the rest later. Maybe we can also meet and discuss @atravitz , I'm also not fully sure yet.
src/konnektor/network_planners/generators/_abstract_network_generator.py
Outdated
Show resolved
Hide resolved
src/konnektor/network_planners/generators/cyclic_network_generator.py
Outdated
Show resolved
Hide resolved
src/konnektor/network_planners/generators/maximal_network_generator.py
Outdated
Show resolved
Hide resolved
src/konnektor/network_planners/generators/redundant_minimal_spanning_tree_network_generator.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Hannah Baumann <[email protected]>
93d133a
to
ae0973b
Compare
… parent class" This reverts commit ae0973b.
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'm going to approve as "this is an improvement", but there are follow-up work items that need to be dealt with. For example there's a ton of old references to Transformation
that are likely innapropriate.
src/konnektor/network_planners/generators/_abstract_network_generator.py
Outdated
Show resolved
Hide resolved
src/konnektor/network_planners/generators/_abstract_network_generator.py
Outdated
Show resolved
Hide resolved
src/konnektor/network_planners/generators/maximal_network_generator.py
Outdated
Show resolved
Hide resolved
src/konnektor/network_planners/generators/maximal_network_generator.py
Outdated
Show resolved
Hide resolved
src/konnektor/network_planners/generators/minimal_spanning_tree_network_generator.py
Show resolved
Hide resolved
@hannahbaumann this is ready for re-review. I moved out-of-scope items into follow-up issues. CI is failing on one test, but it's also failing on main and I have an issue open to address it. |
src/konnektor/network_planners/generators/cyclic_network_generator.py
Outdated
Show resolved
Hide resolved
src/konnektor/network_planners/generators/clustered_network_generator.py
Outdated
Show resolved
Hide resolved
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.
Thanks @atravitz , lgtm once CI and docs build are passing!
…nerator.py Co-authored-by: Hannah Baumann <[email protected]>
…ator.py Co-authored-by: Hannah Baumann <[email protected]>
Some typo and grammar fixes, as well as some questions.