Updated iterative_fitter.py

This commit is contained in:
titusquah
2020-07-16 09:31:50 -06:00
parent 70a71b62ae
commit 762f0764a5
2 changed files with 3 additions and 3 deletions

View File

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