Skip to content

Commit 4deaff4

Browse files
authored
Merge pull request #34 from data-sign/fix/short-names-mapping
fix(pycatch22): correct short_names mapping for SP_Summaries features
2 parents 2a5f5f6 + 7e01c3e commit 4deaff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pycatch22/catch22.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ def catch22_all(data, catch24=False, short_names=False):
5656
'whiten_timescale',
5757
'outlier_timing_pos',
5858
'outlier_timing_neg',
59-
'centroid_freq',
59+
'low_freq_power',
6060
'stretch_decreasing',
6161
'entropy_pairs',
6262
'rs_range',
6363
'dfa',
64-
'low_freq_power',
64+
'centroid_freq',
6565
'forecast_error'
6666
]
6767

0 commit comments

Comments
 (0)