-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Inner loops run infinite time if their minCoeff does not get smaller than delta or maxCoeff greater than Delta.
We need some mechanism to stop after a max number of iterations and or to check problematic matrices at initialization time.
In case the inner loop terminates, we should still return a value and not quit with exit(1) the depending software too. I need this especially in the context of single-cell Hi-C, the failure of one matrix should not influence the computation of the others by terminating the whole software.
Metadata
Metadata
Assignees
Labels
No labels