fishplot icon indicating copy to clipboard operation
fishplot copied to clipboard

C stack usage too close to the limit

Open eruan1 opened this issue 3 years ago • 1 comments

Not sure what the issue is but every time that I try to create a fish object I am getting this error:

Error: C stack usage 7971088 is too close to the limit These are the values I am using. image

eruan1 avatar Mar 01 '22 18:03 eruan1

Your assignments don't really make sense there. For example, you have cluster 2 (39.4/28.3) being a parent of itself. If it's derived from one of the other clusters, that cluster should be it's parent. If it's derived from the founding clone directly, then the parent should be 0. That said, the tool should have some guard rails to point this out - I'll leave this open until I carve out the time to add some error checking there.

chrisamiller avatar Mar 18 '22 17:03 chrisamiller