Loading tests/cmp_stats_files.py +1 −10 Original line number Diff line number Diff line Loading @@ -4,16 +4,7 @@ import argparse import os import sys import json import pdb THIS_PATH = os.path.join(os.getcwd(), __file__) sys.path.append(os.path.join(os.path.dirname(THIS_PATH), "../scripts")) import numpy as np import pyaudio3dtools import pyivastest from collections import OrderedDict def str2num(s): Loading Loading @@ -72,7 +63,7 @@ def cmp_stats_files( ): result_len_check = 1 msg += f", " msg += ", " # remove the "name" and "length" keys for further processing del ref_stats_dict["name"] Loading Loading
tests/cmp_stats_files.py +1 −10 Original line number Diff line number Diff line Loading @@ -4,16 +4,7 @@ import argparse import os import sys import json import pdb THIS_PATH = os.path.join(os.getcwd(), __file__) sys.path.append(os.path.join(os.path.dirname(THIS_PATH), "../scripts")) import numpy as np import pyaudio3dtools import pyivastest from collections import OrderedDict def str2num(s): Loading Loading @@ -72,7 +63,7 @@ def cmp_stats_files( ): result_len_check = 1 msg += f", " msg += ", " # remove the "name" and "length" keys for further processing del ref_stats_dict["name"] Loading