monarch-initiative / pheval

A framework for empirical evaluation of phenotype matching and prioritisation
https://monarch-initiative.github.io/pheval/
Apache License 2.0
12 stars 1 forks source link

Handle empty results #271

Closed yaseminbridges closed 9 months ago

yaseminbridges commented 9 months ago

Change pass to return statement in function. Before, if the result was empty it would continue to try and generate a result - the return will exit out of the function to avoid this happening