Skip to content

Commit

Permalink
Revert "change default ref to median"
Browse files Browse the repository at this point in the history
This reverts commit ddaa7e0.
  • Loading branch information
lkct committed Aug 16, 2022
1 parent 5aa00af commit 2366c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hs_detection/detect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Params(TypedDict):
'rescale': True,
'rescale_value': -1280.0,

'common_reference': 'median',
'common_reference': 'average',

'spike_duration': 1.0,
'amp_avg_duration': 0.4,
Expand Down

0 comments on commit 2366c2a

Please sign in to comment.