Commit f187f074 authored by Jan Kiene's avatar Jan Kiene
Browse files

use old command line arg for pca activation in test

parent 579178f9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ class EncoderFrontend:
            command.extend(["-max_band", max_band])

        if pca:
            command.extend(["-pca"])
            command.extend(["-bypass", "2"])

        if quiet_mode:
            command.extend(["-q"])