BrickSchema / Brick

Uniform metadata schema for buildings
http://brickschema.org/
BSD 3-Clause "New" or "Revised" License
289 stars 78 forks source link

Fix IndexError in `add_definitions` by checking list length #603

Closed connorjcantrell closed 9 months ago

connorjcantrell commented 9 months ago

Identified and fixed a test failure caused by an IndexError during the graph population process involving the 'seeAlso' definition. Additionally, to resolve flake8 formatting conflicts with certain SPARQL queries and warning messages, I've implemented # noqa comments to selectively bypass these specific checks.