Files
pymol-open-source/layer2/ObjectMolecule.cpp
Thomas Holder 63e312ae08 Fix PytestUnraisableExceptionWarning
pytest reports a warning in tests/api/build.py::TestNucBuilder

  AttributeError: 'Indexed' object has no attribute 'molecule'

Since 'molecule' seems to be an optional member of the chempy Indexed
object, the AttributeError can be deliberately ignored.
2025-11-24 12:35:59 -05:00

342 KiB