DiffDock icon indicating copy to clipboard operation
DiffDock copied to clipboard

RuntimeWarning: invalid value encountered in cast Y = indices.astype(int)

Open wxdwxda opened this issue 1 year ago • 4 comments

parse_chi.py:91: RuntimeWarning: invalid value encountered in cast Y = indices.astype(int)

wxdwxda avatar Aug 28 '24 03:08 wxdwxda

I met this all the time in docker container and web-server as well. But the results seem quite ok.

I didn't see this warning when running in my local conda environment and the results are always terrible.

mapuyi avatar Sep 04 '24 04:09 mapuyi

Same issue on my side. Also running in Docker. Additionally, the pdb files are empty.

haeussma avatar Sep 06 '24 21:09 haeussma

I had this warning using the conda version.

jchenpku avatar Mar 09 '25 11:03 jchenpku

Similar warning using conda environment:

0it [00:00, ?it/s]~/DiffDock/datasets/parse_chi.py:91: RuntimeWarning: invalid value encountered in cast Y = indices.astype(int) 1it [07:14, 434.68s/it]

rjrich avatar Apr 22 '25 13:04 rjrich