bd2kccd / causal-cmd

16 stars 8 forks source link

Unable to Disable Faithfulness #34

Closed kvb2univpitt closed 5 years ago

kvb2univpitt commented 6 years ago

Faithfulness is on even if the flag '--faithfulnessAssumed' is not given in the command-line.

kvb2univpitt commented 6 years ago

The problem is that Tetrad enable faithfulness by default:

map.put("faithfulnessAssumed", new ParamDescription("Yes if (one edge) faithfulness should be assumed", true));

Needs a work-around for cases where boolean is set to true by default.

kvb2univpitt commented 6 years ago

Fixed