You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
RDKit PostgreSQL cartridge get infinity loop, during molecule equality check.
It seems PostgreSQL ANALYZE function (during auto-vacuum) also get infinity loop because of these two molecule when they are stored in a table.
In this example both molecule are kind of Aluminum potassium sulfate
the second one is from pubchem, the first one probably from the same source, but an earlier version of it. https://pubchem.ncbi.nlm.nih.gov/compound/124202421
(First molecule has some invalid bounds)
Describe the bug
RDKit PostgreSQL cartridge get infinity loop, during molecule equality check.
It seems PostgreSQL ANALYZE function (during auto-vacuum) also get infinity loop because of these two molecule when they are stored in a table.
In this example both molecule are kind of Aluminum potassium sulfate
the second one is from pubchem, the first one probably from the same source, but an earlier version of it.
https://pubchem.ncbi.nlm.nih.gov/compound/124202421
(First molecule has some invalid bounds)
To Reproduce
Expected behavior
return false, but run endless.
Configuration (please complete the following information):
The text was updated successfully, but these errors were encountered: