Closed franck-simon closed 1 year ago
Thank you for the documentation @franck-simon, parseResults.R was indeed causing problem in its management of empty datasets. Commit 806fbab049c889e3e470b8ee71a4e40086058eff fixes when using the R package. In addition, another problem about empty datasets management was identified on the server part and fixed !
In parseResults.R, line 61, the assignment of the is_causal field leads to an error when the infered network has no edge: " partial_correlation = numeric(n), is_causal = NA"