Skip to content

Commit

Permalink
Merge pull request #13 from JAEarly/main
Browse files Browse the repository at this point in the history
Remove Catch24 'is' operator to allow bools other than Python constants
  • Loading branch information
benfulcher authored Apr 26, 2023
2 parents b9f0fbf + e55a688 commit 19ac496
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 19ac496

Please sign in to comment.