Terminating with uncaught exception of type std::bad_cast: std::bad_cast
Open
Indigo API
Priority: High
ReCheck
User`s Feedback
- Dominant language
- C++
- Stars
- 406
- Forks
- 134
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 24
Description
OS: **MacOS**
Indigo Version: **1.4.0-beta.r0-ga8773211 mac10.7**
How to reproduce:
Using `rxnfiles/legio-amides.rdf` from indigo tests:
```python
for mol in session.iterateRDFile("rxnfiles/legio-amides.rdf"):
print(mol)
exact_matcher = bingo_conn.searchExact(mol, "")
```
Result:
```
2020-09-29 14:54:46 [INFO] 0 working on rxnfiles/legio-amides.rdf
libc++abi.dylib: terminating with uncaught exception of type std::bad_cast: std::bad_cast
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.