I am having issues implementing FINDER on certain datasets. I have no issues with some dataset but for some I end up with this exception:
File "FINDER.pyx", line 490, in FINDER.FINDER.Predict
assert (pos == len(raw_output))
AssertionError
I am hoping you could clarify the purpose of the assertion.
Thank you!
I am having issues implementing FINDER on certain datasets. I have no issues with some dataset but for some I end up with this exception: File "FINDER.pyx", line 490, in FINDER.FINDER.Predict assert (pos == len(raw_output)) AssertionError
I am hoping you could clarify the purpose of the assertion. Thank you!