CogDisResLab / drugfindR

Repository holding the code for the drugfindR R package
GNU General Public License v3.0
8 stars 3 forks source link

Return an error on failure of `get_concordants` #14

Closed AliSajid closed 1 year ago

AliSajid commented 1 year ago

Right now we generate an empty dataframe if the API returns an error. Consider propagating that error instead of silently ignoring.

At the very least consider issuing a warning.