ncbo / ncbo_annotator

To automatically process a piece of data text to annotate it with relevant ontology concepts and return the annotations.
http://bioportal.bioontology.org/annotator
Other
18 stars 9 forks source link

test_generate_dictionary_file unit test intermittently fails #21

Open jvendetti opened 2 years ago

jvendetti commented 2 years ago

The test_generate_dictionary_file unit test is intermittently failing on this line:

https://github.com/ncbo/ncbo_annotator/blob/b1593ae6c67dc1b48d114e7eafc65b719dc0e6d7/test/test_annotator.rb#L100

See the following GitHub Action runs for examples:

https://github.com/ncbo/ncbo_annotator/runs/5698818078 https://github.com/ncbo/ncbo_annotator/runs/6068868691

In subsequent commits with no related code changes the test passes. The overall functionality of the Annotator seems unaffected.