Skip to content

Commit 4211a39

Browse files
tomicaprettoricardoV94
authored andcommitted
Replace CData with Data in model grpah
1 parent 6073d8d commit 4211a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/model_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _make_node(self, var_name, graph, *, nx=False, cluster=False, formatting: st
177177
else:
178178
shape = "box"
179179
style = "rounded, filled"
180-
label = f"{var_name}\n~\nCData"
180+
label = f"{var_name}\n~\nData"
181181

182182
kwargs = {
183183
"shape": shape,

0 commit comments

Comments
 (0)