Skip to content

Commit

Permalink
Bump version: 0.6.1 → 0.6.2
Browse files Browse the repository at this point in the history
format fix
  • Loading branch information
mbsantiago committed Sep 12, 2023
1 parent a6f13a1 commit 19c98b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soundevent/audio/spectrograms.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def compute_spectrogram(
nperseg=nperseg,
noverlap=noverlap,
axis=0,
mode="magnitude"
mode="magnitude",
)

# Convert to xarray
Expand Down

0 comments on commit 19c98b1

Please sign in to comment.