There was an error while loading. Please reload this page.
1 parent efaa09e commit c64074eCopy full SHA for c64074e
python/pubchem.py
@@ -71,5 +71,6 @@ def load_jsons(json_path):
71
# pool = ProcessingPool(os.cpu_count())
72
# pool.map(process_sdf, sdfs, range(len(sdfs)), [len(sdfs)]*len(sdfs))
73
mols = load_jsons(sdf_path)
74
+ mols_rd = list(set(mols))
75
76
0 commit comments