Skip to content

Commit 7278b5d

Browse files
authored
Better oce printing (#329)
* Use`printstyled` * Pretty printing for OCE * Systematic printing * Formatting * Clean up comments * Add missing test * Update docs and export `OCESelectedParents`
1 parent c7e70d9 commit 7278b5d

File tree

5 files changed

+297
-97
lines changed

5 files changed

+297
-97
lines changed

docs/src/causal_graphs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ GraphAlgorithm
3030

3131
```@docs
3232
OCE
33+
OCESelectedParents
3334
```
3435

3536
## [PC](@ref)

src/causal_graphs/causal_graphs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export SimpleDiGraph
44
export edges
55

66
include("api.jl")
7+
include("printing.jl")
78

89
# Concrete implementations
910
include("pc/PC.jl")

0 commit comments

Comments
 (0)