Skip to content
Snippets Groups Projects
Commit 9d9fce38 authored by Maxim Gonchar's avatar Maxim Gonchar
Browse files

model: graph

parent ae873c02
No related branches found
No related tags found
No related merge requests found
......@@ -103,5 +103,6 @@ def model_dayabay_v0():
from dagflow.graphviz import GraphDot
GraphDot.from_graph(g, show='all').savegraph("output/dayabay_v0.dot")
GraphDot.from_node(storage['parameter_node.constrained.reactor.fission_fraction_scale.DB1'].constraint._norm_node, show='all', minsize=2).savegraph("output/dayabay_v0_large.dot")
GraphDot.from_node(storage['stat.nuisance.all'], show='all', mindepth=-1).savegraph("output/dayabay_v0_top.dot")
GraphDot.from_node(storage['stat.nuisance.all'], show='all', mindepth=-1, no_forward=True).savegraph("output/dayabay_v0_nuisance.dot")
GraphDot.from_output(storage['outputs.edges.energy_evis'], show='all', mindepth=-3, no_forward=True).savegraph("output/dayabay_v0_top.dot")
dagflow @ a7777812
Subproject commit 152dca0959b8d373502128a2ace7a84003b0c543
Subproject commit a777781225d32ce57d2d9d1253d8f067dae10f67
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment