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

chore: update v0

parent 87b3f031
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,9 @@ def model_dayabay_v0():
# p1 = storage['parameter.normalized.detector.eres.b_stat']
# p2 = storage['parameter.constrained.detector.eres.b_stat']
# import IPython; IPython.embed(colors='neutral')
constrained = storage['parameter.constrained']
normalized = storage['parameter.normalized']
print('Everything')
print(storage.to_table(truncate=True))
......@@ -63,10 +65,10 @@ def model_dayabay_v0():
print(storage['parameter.constant'].to_table(truncate=True))
print('Constrained')
print(storage['parameter.constrained'].to_table(truncate=True))
print(constrained.to_table(truncate=True))
print('Normalized')
print(storage['parameter.normalized'].to_table(truncate=True))
print(normalized.to_table(truncate=True))
print('Stat')
print(storage['stat'].to_table(truncate=True))
......@@ -78,4 +80,6 @@ def model_dayabay_v0():
# tex = storage['parameter.constant'].to_latex(columns=['path', 'value', 'label'])
# print(tex)
storage.to_datax('output/dayabay_v0_data.tex')
savegraph(g, "output/dayabay_v0.dot", show='all')
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