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
Currently, the blocklist is only identifiers. As it grows, this may become harder to wrangle. Recommending that we change it to a map from id->name and just use the .keys() in place of the whole list in the remove_blocked() method
The text was updated successfully, but these errors were encountered:
To do this, you'll need to write a one off script to go through the blocklist.json, node norm it, get the preferred names, and then output a dictionary that maps the CURIE to the preferred label from node norm. Our blocklist code would work as is, but now on just blocklist.keys(). It won't need the names; those are just for human readability
Currently, the blocklist is only identifiers. As it grows, this may become harder to wrangle. Recommending that we change it to a map from id->name and just use the .keys() in place of the whole list in the remove_blocked() method
The text was updated successfully, but these errors were encountered: