You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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.
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
Not sure if it's useful but I'm on yosemite with
R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet"
The text was updated successfully, but these errors were encountered: