Skip to content

Commit

Permalink
Updated algorithm's description
Browse files Browse the repository at this point in the history
  • Loading branch information
chirayukong committed Aug 10, 2018
1 parent d797680 commit cddd00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tetradrunner.R
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ tetradrunner.getAlgorithmDescription <- function(algoId){
"Ledu/cmu/tetrad/util/AlgorithmDescriptions;",
"getInstance")

cat(algoAnno$name(), " : ", algoDesc_instance$get(algoId))
cat(algoDesc_instance$get(algoId))

if(algoAnno_instance$requireIndependenceTest(algoClass)){
cat("\nIt requires the independence test.")
Expand Down

0 comments on commit cddd00e

Please sign in to comment.