Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommender fails when input includes the word "concept" #7

Closed
mdorf opened this issue Apr 17, 2018 · 1 comment
Closed

Recommender fails when input includes the word "concept" #7

mdorf opened this issue Apr 17, 2018 · 1 comment
Assignees
Labels

Comments

@mdorf
Copy link
Member

mdorf commented Apr 17, 2018

recommender fails on the call below:

http://data.bioontology.org/recommender?input=concept

@mdorf mdorf self-assigned this Apr 17, 2018
@mdorf
Copy link
Member Author

mdorf commented Apr 17, 2018

The cause turned out to be the ontology RDAU, which contains only a single class, Concept:

http://bioportal.bioontology.org/ontologies/RDAU?p=classes

The Recommender's specialization evaluator ended up in a situation where a division by zero occurred, resulting in a score value being Infinity.

This has been patched, awaiting release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant