Loading tests/conftest.py +49 −45 Original line number Diff line number Diff line Loading @@ -392,6 +392,10 @@ class EncoderFrontend: """ hist_dicts = [] if not os.path.exists(dbg_tweak_folder): print(f"No statistics have been extracted from the res/ folder to the {stats_file} file!") else: for f in ENC_AUX_FILES: filename = f[0] dtype = f[1] Loading Loading
tests/conftest.py +49 −45 Original line number Diff line number Diff line Loading @@ -392,6 +392,10 @@ class EncoderFrontend: """ hist_dicts = [] if not os.path.exists(dbg_tweak_folder): print(f"No statistics have been extracted from the res/ folder to the {stats_file} file!") else: for f in ENC_AUX_FILES: filename = f[0] dtype = f[1] Loading