evsrc
evsrc copied to clipboard
Script crashes on very large/old repo
I tried running the script against our oldest and largest git repo (53k commits over ~7 years) and it crashed.
Unfortunately the only output I've still got from the run is
-- Done extracting changes... Now estimating partial correlations on these files...
Loading required package: methods
Error in asMethod(object) :
Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 105
Not sure if it's useful but I'm on yosemite with R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet"
Thanks for reporting this John!
Looks like this has something to do with the sparse matrix implementation that igraph uses. I will try to isolate this problem to a test case and will report this to the relevant contact person. I will update this thread accordingly.