Skip to content

Commit 70d9a49

Browse files
kAIto47802github-actions[bot]
authored andcommitted
Apply automatic code formatting
1 parent 042dedc commit 70d9a49

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

utmosv2/preprocess/_preprocess.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@ def _clip_and_select_audio(
8585

8686
def _change_file_path(cfg: Config, data: pd.DataFrame, data_name: str = "bvcc") -> None:
8787
data.loc[:, "file_path"] = data.loc[:, "file_path"].apply(
88-
lambda x: cfg.preprocess.save_path
89-
/ data_name
90-
/ x.as_posix().split("/")[-1].replace(".wav", ".npy")
88+
lambda x: (
89+
cfg.preprocess.save_path
90+
/ data_name
91+
/ x.as_posix().split("/")[-1].replace(".wav", ".npy")
92+
)
9193
)
9294

9395

0 commit comments

Comments
 (0)