praxes / hexrd

Legacy hexrd repository (python2.7)
http://hexrd.readthedocs.org
14 stars 42 forks source link

fit_grains:estimate should not raise an IOError #55

Closed ddale closed 9 years ago

ddale commented 9 years ago

Let's not raise an IOError if fit_grains:estimate points to a file that does not exist. We need to define it in the root section, before it exists, so subsequent analyses can inherit that parameter. If it doesn't exist, log it and return None

ddale commented 9 years ago

fixed in commit 6273b11