Commit 24b2b963 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove trimming of input file

parent 96ca056f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ loudness-measurement:
    - |
      for fmt in ${FORMAT_LIST};
      do
        ./scripts/runIvasCodec.py -z console -U 1:2 -p ${CONFIG_JSON} -x ${fmt}_b | tee -a smoke_test_output.txt
        ./scripts/runIvasCodec.py -z console -p ${CONFIG_JSON} -x ${fmt}_b | tee -a smoke_test_output.txt
      done
    - ./scripts/get_loudness_data.py ${CONFIG_JSON} --formats ${FORMAT_LIST}