jcmachicao commited on
Commit
a744b88
verified
1 Parent(s): dfa56d4

Update utils_gdmk.py

Browse files
Files changed (1) hide show
  1. 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("nombres.txt")
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()