ModelInference / synoptic

Inferring models of systems from observations of their behavior
Other
81 stars 25 forks source link

Allow disabling dot output #396

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Synoptic projects should not have a forced dependency on graphviz, since other 
output options exist (e.g., GML, JSON), and graphviz output may not always be 
required. Add a flag that allows disabling dot output. Consider also add a 
warning if dot output is disabled and no other outputs are requested, i.e., if 
there will be no output at all.

Original issue reported on code.google.com by tonyohm...@gmail.com on 26 Jan 2015 at 7:46

GoogleCodeExporter commented 9 years ago
Fixed in revision 6c15d68f9703.

Original comment by tonyohm...@gmail.com on 27 Jan 2015 at 2:57