Skip to content

Commit bb4c986

Browse files
committed
Wrong abs!
1 parent 1228d1d commit bb4c986

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/spikeinterface/curation/bombcell_curation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ def bombcell_get_default_thresholds() -> dict:
6464
"exp_decay": {"min": 0.01, "max": 0.1},
6565
},
6666
"mua": { # failures -> MUA, only applied to units that passed noise thresholds
67-
"amplitude_median": {"min": 40, "max": None}, # uV
67+
"amplitude_median": {"min": 40, "max": None, "abs": True}, # uV
6868
"snr": {"min": 5, "max": None},
69-
"amplitude_cutoff": {"min": None, "max": 0.2, "abs": True},
69+
"amplitude_cutoff": {"min": None, "max": 0.2},
7070
"num_spikes": {"min": 300, "max": None},
7171
"rp_contamination": {"min": None, "max": 0.1},
7272
"presence_ratio": {"min": 0.7, "max": None},

0 commit comments

Comments
 (0)