Skip to content

Commit

Permalink
Make sure the waveform loader is compatible with the notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Oct 5, 2024
1 parent dedfd2a commit 113a87f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.4

## 1.4.0 2024-10-05
- Optimization of the waveform extractor
- Refactoring ot the waveform loader with back compability

# 1.3

## 1.3.2 2024-09-18
Expand Down
1 change: 1 addition & 0 deletions src/ibldsp/waveform_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ def __init__(
self,
data_dir,
trough_offset=42,
**kwargs,
):

self.data_dir = Path(data_dir)
Expand Down

0 comments on commit 113a87f

Please sign in to comment.