mountainsort_examples icon indicating copy to clipboard operation
mountainsort_examples copied to clipboard

Index out of bounds error: multiprocessing/pool.py

Open hazab opened this issue 6 years ago • 0 comments

Hello,

I'm running into an index error when running MountainSort. This seems to only happen with a few specific data sets and not others, and I'm not clear on where the error is coming from. Here is a screenshot of the error: bashScriptError

.. and this is the bash script I'm using for sorting: bashScript

(this isn't the whole script, but it crashes at the masking step, anyway).

I've used the exact same script on a larger raw.mda file, so it doesn't seem to be an issue of file size. The algorithm works fine on the first third of my data, but not the subsequent two portions.

Anyone have any idea what might be happening here? Any insight would be helpful. Please let me know if I can provide anymore information (first time I've had to post a problem myself, so sorry if some information is lacking!).

hazab avatar Nov 16 '19 19:11 hazab