Fix bug where extract_folder had no default value
This commit is contained in:
parent
6e851b494b
commit
567282b80b
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def integrate_1d(data, options={}, index=0):
|
|||
df: DataFrame contianing 1D diffractogram if option 'return' is True
|
||||
'''
|
||||
|
||||
required_options = ['unit', 'nbins', 'save', 'save_filename', 'save_extension', 'save_folder', 'overwrite']
|
||||
required_options = ['unit', 'nbins', 'save', 'save_filename', 'save_extension', 'save_folder', 'overwrite', 'extract_folder']
|
||||
|
||||
default_options = {
|
||||
'unit': '2th_deg',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue