Skip to content

Commit

Permalink
Fetch upstream, run precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Dec 20, 2023
1 parent 705fe13 commit 6f8c6c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- Migrate tables: `common_position` -> `linearization.v0`. #717
- Position:
- Refactor input validation in DLC pipeline. #688
- DLC path handling from config, and normailze naming convention. #722
- DLC path handling from config, and normalize naming convention. #722

## [0.4.3] (November 7, 2023)

Expand Down
2 changes: 1 addition & 1 deletion src/spyglass/lfp/lfp_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


@schema
class LFPOutput( _Merge, SpyglassMixin):
class LFPOutput(_Merge, SpyglassMixin):
definition = """
merge_id: uuid
---
Expand Down
1 change: 0 additions & 1 deletion src/spyglass/spikesorting/v1/sorting.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import tempfile
import time
import uuid
Expand Down

0 comments on commit 6f8c6c7

Please sign in to comment.