Skip to content

Commit

Permalink
Fixed formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jul 14, 2023
1 parent 9ef3831 commit b84c774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/examples/loading_audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@
# You can verify the similarity of the clips:

import numpy as np

print(np.allclose(subwav[:-1], subwav2))
5 changes: 2 additions & 3 deletions tests/test_io/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pathlib import Path

from soundevent import data
from soundevent.io import save_dataset, load_dataset
from soundevent.io import load_dataset, save_dataset


def test_save_empty_dataset_to_aoef_format(tmp_path: Path):
Expand Down Expand Up @@ -270,7 +270,6 @@ def test_save_dataset_with_one_recording_with_features(
}



def test_save_and_load_dataset_recover_the_same_object(
tmp_path: Path,
):
Expand Down Expand Up @@ -323,7 +322,7 @@ def test_save_and_load_dataset_recover_the_same_object(
created_by="John Doe",
created_at=datetime.datetime(2021, 1, 1, 12, 34, 56),
),
]
],
)
],
)
Expand Down

0 comments on commit b84c774

Please sign in to comment.