Commit 290762b7 authored by Jan Kiene's avatar Jan Kiene
Browse files

correct argument usage

parent e7fd170a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,11 +129,11 @@ def test_pca_enc(
        dtx,
        None,
        max_bw,
        pca,
        sba_order,
        update_ref,
        gain_flag,
        cut_testv=True,
        pca=pca,
    )

    # dec
@@ -148,11 +148,11 @@ def test_pca_enc(
        dtx,
        None,
        max_bw,
        pca,
        output_config,
        update_ref,
        gain_flag,
        keep_files,
        pca=pca,
    )