mapping-commons / sssom-py

Python toolkit for SSSOM mapping format
https://mapping-commons.github.io/sssom-py/index.html#
MIT License
49 stars 12 forks source link

Update SSSOM Extended Prefix Map #466

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 9 months ago

This pull request updates sssom extended prefix map (epm). Make sure you run make tests manually.

cthoyt commented 9 months ago

@matentzn commits created by github actions do not get CI run on them. Since you updated the underlying prefix map, there are probably additional xrefs that were not parsable before that are now parsable. This means that the tests which hardcode the number of things instead of testing some specific examples are now broken, and CI is failing.

matentzn commented 9 months ago

arghhhhhh