diff --git a/scripts/generate_test_items.py b/scripts/generate_test_items.py index 0f421300371eb9f4f2211ee78a47e93d929930f5..5b87eb544ef49d66cd911cede562ab26e1751b61 100755 --- a/scripts/generate_test_items.py +++ b/scripts/generate_test_items.py @@ -36,7 +36,6 @@ import multiprocessing as mp import os from typing import Iterable -from generate_lt_file import generate_lt_file from pyaudio3dtools import audiofile from pyprocessing import processing, processing_configs, utils @@ -172,14 +171,6 @@ def main(test_cfg): for r in results: r.get() - # generate LT file if specified - if hasattr(test_cfg, "lt_mode"): - generate_lt_file( - test_cfg, - test_cfg.lt_mode, - os.path.join(test_cfg.output_path, test_cfg.name + ".ltg"), - ) - # copy over JSON to main output directory output_json = os.path.join(test_cfg.output_path, test_cfg.name + ".json") with open(output_json, "w") as fp: