You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue where samples with very few counts through woltka classify, which result in empty tables, trigger an error due to a call to numpy.vectorize. It would be great if this scenario produced an empty table instead of raising an error. The full traceback is provided below.
I encountered an issue where samples with very few counts through
woltka classify
, which result in empty tables, trigger an error due to a call to numpy.vectorize. It would be great if this scenario produced an empty table instead of raising an error. The full traceback is provided below.Traceback
Minimal example
Outside of woltka classify, I was able to trace this to Numpy erroring with an empty matrix here.
minimal example
python
The text was updated successfully, but these errors were encountered: