Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipus85 committed May 5, 2022
2 parents f1f301e + 2bcbcb5 commit dab7ff7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions App/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ def newAnalyzer():
"""
try:
analyzer = {
'stops': None,
'connections': None,
'components': None,
'paths': None
}
'stops': None,
'connections': None,
'components': None,
'paths': None
}

analyzer['stops'] = m.newMap(numelements=14000,
maptype='PROBING',
Expand Down
2 changes: 1 addition & 1 deletion DISClib/ADT/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def addEdge(graph, vertexa, vertexb, weight=0):
graph: El grafo sobre el que se ejecuta la operacion
vertexa: Vertice de inicio
vertexb: Vertice de destino
wight: peso del arco
weight: peso del arco
Returns:
El grafo con el nuevo arco
Expand Down

0 comments on commit dab7ff7

Please sign in to comment.