Skip to content

Commit b502591

Browse files
committed
fix: add run_modes key in get_description()
1 parent 560ba17 commit b502591

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fooof/core/info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def get_description():
1717
1818
- results : parameters for and measures of the model
1919
- settings : model settings
20+
- run_modes: checks performed and errors raised
2021
- data : input data
2122
- meta_data : meta data of the inputs
2223
- arrays : data stored in arrays
@@ -29,6 +30,7 @@ def get_description():
2930
'settings' : ['peak_width_limits', 'max_n_peaks',
3031
'min_peak_height', 'peak_threshold',
3132
'aperiodic_mode'],
33+
'run_modes': ['_debug', '_check_freqs', '_check_data'],
3234
'data' : ['power_spectrum', 'freq_range', 'freq_res'],
3335
'meta_data' : ['freq_range', 'freq_res'],
3436
'arrays' : ['freqs', 'power_spectrum', 'aperiodic_params_',

0 commit comments

Comments
 (0)