Update utils_gdmk.py
Browse files- utils_gdmk.py +1 -1
utils_gdmk.py
CHANGED
@@ -32,7 +32,7 @@ def cargar_nombres(archivo):
|
|
32 |
students = [line.strip() for line in f if line.strip()] # Eliminar espacios y l铆neas vac铆as
|
33 |
return students
|
34 |
|
35 |
-
students = cargar_nombres("
|
36 |
VOCABULARY = cargar_vocabulario("vocabulario_postdoc.txt")
|
37 |
|
38 |
G = nx.DiGraph()
|
|
|
32 |
students = [line.strip() for line in f if line.strip()] # Eliminar espacios y l铆neas vac铆as
|
33 |
return students
|
34 |
|
35 |
+
students = cargar_nombres("nombres_postdoc.txt")
|
36 |
VOCABULARY = cargar_vocabulario("vocabulario_postdoc.txt")
|
37 |
|
38 |
G = nx.DiGraph()
|