bipartiteSBM
bipartiteSBM copied to clipboard
OSError: [Errno 7] Argument list too long
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.