We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7423ad commit 18fce60Copy full SHA for 18fce60
1 file changed
hexrdgui/calibration/wppf_options_dialog.py
@@ -1580,9 +1580,9 @@ def tree_view_mapping(self) -> dict:
1580
1581
# Insert the background and peak shape dicts too
1582
method_dict['Background'] = self.background_tree_dict
1583
- method_dict['Instrumental Parameters'][
1584
- 'Peak Parameters'
1585
- ] = self.peak_shape_tree_dict
+ method_dict['Instrumental Parameters']['Peak Parameters'] = (
+ self.peak_shape_tree_dict
+ )
1586
method_dict['Amorphous'] = self.amorphous_tree_dict
1587
1588
return method_dict
0 commit comments