Hi there, thanks for an interesting implemantion of DiffSBDD. I have encountered the following problem when I try to preprocess the bindingmoad dataset:
#failed: 130: 100%|█████| 130/130 [00:00<00:00, 11105.76it/s]
Traceback (most recent call last):
File "/home/user/Code/DiffSBDD/process_bindingmoad.py", line 571, in <module>
lig_coords = np.concatenate(lig_coords, axis=0)
File "<__array_function__ internals>", line 180, in concatenate
ValueError: need at least one array to concatenate
Hi there, thanks for an interesting implemantion of DiffSBDD. I have encountered the following problem when I try to preprocess the bindingmoad dataset:
How should I fix this problem? Thanks