Loading tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ class EncoderFrontend: command.extend(["-max_band", max_band]) if pca: command.extend(["-bypass", "2"]) command.extend(["-pca"]) if quiet_mode: command.extend(["-q"]) Loading Loading
tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ class EncoderFrontend: command.extend(["-max_band", max_band]) if pca: command.extend(["-bypass", "2"]) command.extend(["-pca"]) if quiet_mode: command.extend(["-q"]) Loading