Knowledge-Graph-Hub / kg-phenio

A Graph for experiments doing ML on ontologies.
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

PHENIO node transform can't find infores for DDPHENO #138

Closed caufieldjh closed 3 months ago

caufieldjh commented 3 months ago

Most recent build encounters a KeyError: 'DDPHENO' here:

19:32:19    File "/var/lib/jenkins/workspace/ledge-graph-hub_kg-phenio_master/gitrepo/kg_phenio/transform_utils/phenio/phenio_node_sources.py", line 130, in <module>
19:32:19      infores = infores_sources[node_curie_prefix]
19:32:19  KeyError: 'DDPHENO'

Didn't encounter this locally, and in fact made a point to add DDPHENO to the infores_sources. Will need to double-check that.