Skip to content

Commit

Permalink
Ignore part of last commit. Changing training_parameters.py back to 3…
Browse files Browse the repository at this point in the history
…500A (instead of 3000) as this was what was used in model_v04 (model_info.txt was correct)
  • Loading branch information
daniel-muthukrishna committed Jul 30, 2018
1 parent e0c0a61 commit ef189e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/training_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def create_training_params_file(dataDirName):
'Ib-norm', 'Ibn', 'IIb', 'Ib-pec', 'Ic-norm', 'Ic-broad',
'Ic-pec', 'IIP', 'IIL', 'IIn', 'II-pec'],
'nTypes': 17,
'w0': 3000., # wavelength range in Angstroms
'w0': 3500., # wavelength range in Angstroms
'w1': 10000.,
'nw': 1024, # number of wavelength bins
'minAge': -20.,
Expand Down

0 comments on commit ef189e7

Please sign in to comment.