Skip to content

Commit

Permalink
fixing network typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Nov 8, 2024
1 parent 6952fe7 commit 46c2672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/konnektor_networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"Next it selects in the default variant the in average best transformation score performing `Component` as the central component.\n",
"Finally all Components are connected with a `Transformation` to the central `Component`\n",
"\n",
"The Star Netwrok is most edge efficient, but not most graph score efficient, as it has to find a central `Component`, which usually is a compromise for all 'Component's.\n",
"The Star Network is most edge efficient, but not most graph score efficient, as it has to find a central `Component`, which usually is a compromise for all 'Component's.\n",
"From a robustness point of view, the Star Network, will immediatly be disconnected if one `Transformation` fails. \n",
"However the loss of `Component`s is very limited, as only one ligand is lost per `Transformation` failure."
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(
Next it selects in the default variant the in average best transformation score performing `Component` as the central component.
Finally all Components are connected with a `Transformation` to the central `Component`
The Star Netwrok is most edge efficient, but not most graph score efficient, as it has to find a
The Star Network is most edge efficient, but not most graph score efficient, as it has to find a
central `Component`, which usually is a compromise for all 'Component's.
From a robustness point of view, the Star Network, will immediatly be disconnected if one `Transformation` fails.
However the loss of `Component` s is very limited, as only one ligand is lost per `Transformation` failure.
Expand Down

0 comments on commit 46c2672

Please sign in to comment.