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
It's not explicitly exposed to python via the Swig interface definitions, so there isn't a corresponding python function. I think I left it out intentionally since it was mostly intended for internal usage only, though I could see a rationale for having a counting function available on python side too.
I'm using the MOODS Python module in a conda environment with Python 3.10.5, and the following lines generate an error.
Error:
AttributeError: 'Scanner' object has no attribute 'counts_max_hits'. Did you mean: 'scan_max_hits'?
Why does the scan_max_hits function work while counts_max_hits does not, seeing as how they are both public member functions of the Scanner class?
The text was updated successfully, but these errors were encountered: