Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierCLL committed Aug 29, 2023
1 parent 90cccd4 commit 8679d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack_composed/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def preproc_function(chunks):
return chunks
return preproc_function

if self.preproc_arg.startswith('percentiles_'):
if self.preproc_arg.startswith('percentile_'):
def preproc_function(chunks):
lower = int(self.preproc_arg.split('_')[1])
upper = int(self.preproc_arg.split('_')[2])
Expand Down

0 comments on commit 8679d06

Please sign in to comment.