Skip to content

Commit

Permalink
Merge branch 'pr/khl02007/853' into pr/khl02007/852
Browse files Browse the repository at this point in the history
  • Loading branch information
khl02007 committed Mar 7, 2024
2 parents bee63e0 + f5bec2d commit aa4d446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/spikesorting/v1/curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def get_sorting(cls, key: dict) -> si.BaseSorting:
}
]

sorting = si.NumpySorting.from_dict(
sorting = si.NumpySorting.from_unit_dict(
units_dict_list, sampling_frequency=sampling_frequency
)

Expand Down

0 comments on commit aa4d446

Please sign in to comment.