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
Traceback (most recent call last):
File "~/py-rcsb_db/rcsb/db/define/SchemaDefAccess.py", line 196, in getPrivateDocumentAttributes
return [d for d in self.__documentDefDict["COLLECTION_DOCUMENT_PRIVATE_KEYS"][collectionName]]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'pdbx_core_entity'
Traceback (most recent call last):
File "~/py-rcsb_db/rcsb/db/define/SchemaDefAccess.py", line 196, in getPrivateDocumentAttributes
return [d for d in self.__documentDefDict["COLLECTION_DOCUMENT_PRIVATE_KEYS"][collectionName]]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'pdbx_core_entity_instance'
The text was updated successfully, but these errors were encountered:
Specifically,
tests-validate/testSchemaDataPrepValidate.py
throws errors.The text was updated successfully, but these errors were encountered: