Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
verktoy
PyMetric
Commits
a528cd88
Commit
a528cd88
authored
Oct 17, 2018
by
Håvard Eidnes
Browse files
More adaptation for new networkx.
parent
447887d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
model.py
View file @
a528cd88
...
...
@@ -1504,7 +1504,7 @@ class Simulation:
self
.
graph
.
add_node
(
router
)
for
(
u
,
v
,
w
)
in
edges
:
self
.
graph
.
add_edge
(
u
,
v
,
w
)
self
.
graph
.
add_edge
(
u
,
v
,
**
w
)
del
self
.
changes
[
idx
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment