RajLabMSSM / echodata

echoverse module: Example data.
https://rajlabmssm.github.io/echodata
0 stars 0 forks source link

`Error: C stack usage 7971808 is too close to the limit` #12

Closed bschilder closed 1 year ago

bschilder commented 1 year ago

Coming across this after some updates #11 Seems to be related to recursion rather than actual memory usage: https://stackoverflow.com/questions/14719349/error-c-stack-usage-is-too-close-to-the-limit

bschilder commented 1 year ago

Ok, turns out this is bc i was accidentally calling github_files inside of itself (instead of github_files_gh).