Skip to content

Commit

Permalink
Remove Catch24 'is' operator to allow non Python constants
Browse files Browse the repository at this point in the history
  • Loading branch information
JAEarly authored Apr 21, 2023
1 parent b9f0fbf commit e55a688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pycatch22/catch22.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def catch22_all(data, catch24=False):
'FC_LocalSimple_mean3_stderr'
]

if catch24 is True:
if catch24:
features.append('DN_Mean')
features.append('DN_Spread_Std')

Expand Down

0 comments on commit e55a688

Please sign in to comment.