Skip to content

Commit

Permalink
one more spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Jun 7, 2024
1 parent 62ccf27 commit 9edf693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/how_to/load_your_data_into_sorting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ dict for monosegment. We still need to separately specify the sampling_frequency
my_sorting = NumpySorting.from_unit_dict(
units_dict_list={
'0': [1000,15000],
'1': [12000,22000],
},
'0': [1000,15000],
'1': [12000,22000],
},
sampling_frequency=30_000.0
)
Expand Down

0 comments on commit 9edf693

Please sign in to comment.