ing-bank / sparse_dot_topn

Python package to accelerate the sparse matrix multiplication and top-n similarity selection
Apache License 2.0
399 stars 86 forks source link

Error: Maximum Recursion Depth Exceeded #96

Closed ilalangapp closed 9 months ago

ilalangapp commented 9 months ago

Hi, i just realised that you recently just did a migration. I changed my usual function code from awesome_cossim_topn to sp_matmul_topn as explained. But I got an error result as follows: maximum recursion depth exceeded

Any idea why and how to fix it, please? Thank you.

RUrlus commented 9 months ago

Ha @ilalangapp can you share the code how you import and call the function? Because this is very unexpected and hard to replicate without a minimal reproducible example.

RUrlus commented 9 months ago

@ilalangapp I am closing the issue due to a lack of response. Please re-open the issue if it still relevant.