Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hannah Baumann <43765638+hannahbaumann@users.noreply.github.com>
  • Loading branch information
atravitz and hannahbaumann authored Nov 13, 2024
1 parent f61bda6 commit 1206185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(
and the allowed cycle size can be tweaked with `cycle_sizes`.
This layout has well-distributed connectivity between all `Component` s, which increases the robustness very well,
but still allows for a better graph score then the Twin Star Network, as the connectivity distribution is biased not enforced.
but still allows for a better graph score then the Twin Star Network, as the connectivity distribution is biased and not enforced.
The large number of cycles might be very useful for statistical analysis. Nevertheless, the network has an increased amount of `Transformation`s.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(
robustness to `Transformation` failures in an MST-like network.
This algorithm executes the MST algorithm `n_redundancy` times, always removing
already-selected`Transformations` in each iteration, and finally builds the overlay of all the newtorks.
already-selected `Transformations` in each iteration, and finally builds the overlay of all the networks.
This is constructs the Redundant MST Network.
In this way, the number of edges is increased, but the network is also less vulnerable to `Transformation` failures.
Expand Down

0 comments on commit 1206185

Please sign in to comment.