NSLS-II / PyXRF

Fluorescence fitting GUI.
http://nsls-ii.github.io/PyXRF
BSD 3-Clause "New" or "Revised" License
31 stars 23 forks source link

Remove TypeError from fit_pixel_data_and_save when save_txt == True #266

Closed racoles closed 2 years ago

racoles commented 2 years ago

Removed distance_to_sample=quant_distance_to_sample from the definition "fit_pixel_data_and_save" call to "output_data" when save_txt == True. This fixes the bug that gives the error "TypeError: output_data() got an unexpected keyword argument 'distance_to_sample'"