Updated iterative_fitter.py

pull/1/head
titusquah 5 years ago
parent 70a71b62ae
commit 762f0764a5

@ -445,11 +445,11 @@
<screen x="-1920" y="2" width="1920" height="1040" /> <screen x="-1920" y="2" width="1920" height="1040" />
</state> </state>
<state x="-1213" y="379" key="ANALYSIS_DLG_com.intellij.analysis.BaseAnalysisAction$1/0.0.1536.824/-1920.2.1920.1040@-1920.2.1920.1040" timestamp="1590787657711" /> <state x="-1213" y="379" key="ANALYSIS_DLG_com.intellij.analysis.BaseAnalysisAction$1/0.0.1536.824/-1920.2.1920.1040@-1920.2.1920.1040" timestamp="1590787657711" />
<state x="662" y="155" key="CommitChangelistDialog2" timestamp="1594905180145"> <state x="662" y="155" key="CommitChangelistDialog2" timestamp="1594913491545">
<screen x="0" y="0" width="1920" height="1040" /> <screen x="0" y="0" width="1920" height="1040" />
</state> </state>
<state x="-1364" y="117" key="CommitChangelistDialog2/0.0.1536.824/-1920.2.1920.1040@-1920.2.1920.1040" timestamp="1594866466867" /> <state x="-1364" y="117" key="CommitChangelistDialog2/0.0.1536.824/-1920.2.1920.1040@-1920.2.1920.1040" timestamp="1594866466867" />
<state x="662" y="155" key="CommitChangelistDialog2/0.0.1920.1040@0.0.1920.1040" timestamp="1594905180145" /> <state x="662" y="155" key="CommitChangelistDialog2/0.0.1920.1040@0.0.1920.1040" timestamp="1594913491545" />
<state x="-1828" y="94" width="1736" height="856" key="DiffContextDialog" timestamp="1591048879404"> <state x="-1828" y="94" width="1736" height="856" key="DiffContextDialog" timestamp="1591048879404">
<screen x="-1920" y="2" width="1920" height="1040" /> <screen x="-1920" y="2" width="1920" height="1040" />
</state> </state>

@ -92,7 +92,7 @@ optimizer = 'scipy_minimize'
output_dict = {'iter': [0], output_dict = {'iter': [0],
'best_obj': [1e20], 'best_obj': [1e20],
'rel_diff': [1e20], 'rel_diff': [1e20],
'ext_h0': [1e20]} 'best_ext_h0': [1e20]}
for species in species_list: for species in species_list:
output_dict['{0}_slope'.format(species)] = [1e20] output_dict['{0}_slope'.format(species)] = [1e20]
output_dict['{0}_intercept'.format(species)] = [1e20] output_dict['{0}_intercept'.format(species)] = [1e20]

Loading…
Cancel
Save