Commit 62938fc9 authored by Jan Kiene's avatar Jan Kiene
Browse files

more cleanup

parent 12ed51e5
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -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):
@@ -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"]