Skip to content

Commit

Permalink
Better test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DradeAW committed Jun 10, 2024
1 parent 3968cbb commit e8b75c5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tests/modules/test_units_categorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ def test_default_params(mono_sorting_data: MonoSortingData) -> None:
def test_units_categorization(mono_sorting_data: MonoSortingData) -> None:
params = {"CS": {
"firing_rate": {
"min": 0.2,
"max": 5.0
'min': 0.2,
'max': 5.0
},
"ISI_portion": {
"range": [8.0, 35.0],
"max": 0.012
'range': [8.0, 35.0],
'max': 0.012
},
"sd_ratio": {
'min': 0.1,
'max': 5.0
}
}}

Expand Down

0 comments on commit e8b75c5

Please sign in to comment.