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
Silence PDBConstructionWarning in test_PDB_StructureAlignment
Wrap PDB structure parsing calls with warnings.catch_warnings() to
suppress PDBConstructionWarning messages during test execution.
This follows the same pattern used in other test files such as
test_PDB_MMCIFParser.py, test_mmtf_online.py, and test_RCSBFormats.py.
Fixes#1877
0 commit comments