junipertcy / bipartiteSBM

A Bayesian model+algorithm for community detection in bipartite networks

Home Page:https://docs.netscied.tw/bipartiteSBM/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSError: [Errno 7] Argument list too long

junipertcy opened this issue · comments

When pass strings to the mcmc binary, the argument length is limited by the system. One can check the value via getconf ARG_MAX (and that's usually 2621440, meaning 2MB of arguments).

This may point to a potential solution. Or, save the arguments as tempfiles.