---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-19-2651d9b01d16> in <module>()
2 DCM = N.dynamics_canalization_map(output=None)
3 # Draws using the graphviz interface.
----> 4 D = draw_canalizing_map_graphviz(DCM)
5
6 ## Display
~/Documents/GitHub/CANA/cana/drawing/canalizing_map.py in draw_canalizing_map_graphviz(DG, on_node_fillcolor, on_node_fontcolor, off_node_fillcolor, off_node_fontcolor, input_node_bordercolor, output_node_bordercolor, controlled_node_bordercolor, constant_node_bordercolor, literal_edge_color, output_edge_color, fusing_edge_color, fused_edge_color, fusing_edge_arrowhead, fused_edge_arrowhead, literal_edge_arrowhead, out_edge_arrowhead, *args, **kwargs)
111
112 else:
--> 113 raise AttributeError("Node type could not be found. Must be either 'out', 'literal', 'fusing' or 'fused'. Got %s." % str(d['type']))
114 G.edge(s, t, arrowhead=arrowhead, color=color)
115
AttributeError: Node type could not be found. Must be either 'out', 'literal', 'fusing' or 'fused'. Got simplified.