ebmdatalab / openpath-dash

Experimental Dash version of openpathology browser
0 stars 1 forks source link

Ignore non-numeric entity codes when converting to int #151

Closed evansd closed 4 years ago

evansd commented 4 years ago

When dealing with result_category entities we need them to be ints rather than strings. But we may have codes for entities of other types in the highlight list which will blow up if we try to convert them to ints, so we have to filter the list first.

Closes #144