Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Aug 27, 2024
1 parent d7156fe commit f39c009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "audio-separator"
version = "0.19.0"
version = "0.19.1"
description = "Easy to use audio stem separation, using various models from UVR trained primarily by @Anjok07"
authors = ["Andrew Beveridge <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def common_expected_args():
"model_file_dir": "/tmp/audio-separator-models/",
"output_dir": None,
"output_format": "FLAC",
"output_bitrate": None,
"normalization_threshold": 0.9,
"output_single_stem": None,
"invert_using_spec": False,
Expand Down

0 comments on commit f39c009

Please sign in to comment.