Polo123 commited on
Commit
016e1b9
1 Parent(s): 36f10dd

Update logic.py

Browse files
Files changed (1) hide show
  1. logic.py +1 -0
logic.py CHANGED
@@ -251,6 +251,7 @@ def make_graph():
251
  id_map = id_map.merge(sampled_md[['title', 'id']], on='id').set_index('title') # tmbdid is same (of links_small) as of id in sampled_md
252
  indices_map = id_map.set_index('id')
253
 
 
254
  no_metadata = remove_movies()
255
 
256
  ## remove ids which dont have meta data information
 
251
  id_map = id_map.merge(sampled_md[['title', 'id']], on='id').set_index('title') # tmbdid is same (of links_small) as of id in sampled_md
252
  indices_map = id_map.set_index('id')
253
 
254
+ global no_metadata
255
  no_metadata = remove_movies()
256
 
257
  ## remove ids which dont have meta data information