BFDA icon indicating copy to clipboard operation
BFDA copied to clipboard

Parallelized BFDA.sim crashes if B = 1

Open astefan1 opened this issue 6 years ago • 0 comments

Issue: If I set the argument B to B = 1 in the BFDA.sim function and use multiple cores (e.g., cores = 4), the function crashes with the error "Error in { : task 1 failed - "subscript out of bounds" ".

Solution: It can be resolved by manually setting cores = 1.

Action: Automate this from within the code to make the function more stable.

astefan1 avatar Dec 09 '19 13:12 astefan1