Loading tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -443,7 +443,7 @@ class DecoderFrontend: # TODO add to fix test failed to be removed after merge if self._type == "REF": if '-hrtf' in command: command[command.index('-hrtf') + 1] = command[command.index('-hrtf') + 1] + "old" command[command.index('-hrtf') + 1] = command[command.index('-hrtf') + 1] # add mandatory parameters # output_config is mandatory for IVAS; EVS does not have this parameter, indicated by "" Loading Loading
tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -443,7 +443,7 @@ class DecoderFrontend: # TODO add to fix test failed to be removed after merge if self._type == "REF": if '-hrtf' in command: command[command.index('-hrtf') + 1] = command[command.index('-hrtf') + 1] + "old" command[command.index('-hrtf') + 1] = command[command.index('-hrtf') + 1] # add mandatory parameters # output_config is mandatory for IVAS; EVS does not have this parameter, indicated by "" Loading