Knowledge-Graph-Hub / kg-covid-19

An instance of KG Hub to produce a knowledge graph for COVID-19 response.
https://github.com/Knowledge-Graph-Hub/kg-covid-19/wiki
BSD 3-Clause "New" or "Revised" License
78 stars 26 forks source link

Bump bioregistry #471

Closed caufieldjh closed 1 year ago

caufieldjh commented 1 year ago

Also new mypy-reported errors in the IntAct transform:

kg_covid_19/transform_utils/intact/intact.py:171: error: Item "Node" of "Optional[Node]" has no attribute "_data"  [union-attr]
kg_covid_19/transform_utils/intact/intact.py:171: error: Item "None" of "Optional[Node]" has no attribute "_data"  [union-attr]
kg_covid_19/transform_utils/intact/intact.py:356: error: Item "Node" of "Optional[Node]" has no attribute "data"  [union-attr]
kg_covid_19/transform_utils/intact/intact.py:356: error: Item "None" of "Optional[Node]" has no attribute "data"  [union-attr]
caufieldjh commented 1 year ago

Looks like this fixes the bug in the transform phase. Will merge once I clean up the other miscellany on this branch.