Skip to content

Commit

Permalink
Merge branch 'develop' into issue_942_wrong_index
Browse files Browse the repository at this point in the history
  • Loading branch information
sammlapp committed Sep 10, 2024
2 parents 52f7d76 + fdd1266 commit 19b9645
Show file tree
Hide file tree
Showing 13 changed files with 4,833 additions and 4,197 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 24.8.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ all_annotations = BoxedAnnotations.from_raven_files(raven_file_paths,audio_file_
class_list = ['IBWO','BLJA']

# create labels for fixed-duration (2 second) clips
labels = all_annotations.multi_hot_clip_labels(
labels = all_annotations.clip_labels(
cip_duration=2,
clip_overlap=0,
min_label_overlap=0.25,
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ all_annotations = BoxedAnnotations.from_raven_files(raven_file_paths,audio_file_
class_list = ['IBWO','BLJA']

# create labels for fixed-duration (2 second) clips
labels = all_annotations.multi_hot_clip_labels(
labels = all_annotations.clip_labels(
cip_duration=2,
clip_overlap=0,
min_label_overlap=0.25,
Expand Down
3,442 changes: 1,721 additions & 1,721 deletions docs/tutorials/annotations.ipynb

Large diffs are not rendered by default.

2,368 changes: 1,184 additions & 1,184 deletions docs/tutorials/signal_processing.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 19b9645

Please sign in to comment.