saezlab / CARNIVAL

CAusal Reasoning for Network Identification with integer VALue programming in R
https://saezlab.github.io/CARNIVAL/
57 stars 29 forks source link

inconsistent results #33

Closed gabora closed 2 years ago

gabora commented 3 years ago

https://github.com/saezlab/CARNIVAL/blob/master/R/exportResultCPLEX.R

reports matrix sometimes or a string other times (if all nodes are 0) -- this is bad practice and can mess up downstream.
It should return a matrix with zero row.

gabora commented 2 years ago

fixed