From 2747d21d4db8f4f123874743dfce512d0cabc875 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 29 Apr 2020 08:58:14 +0200 Subject: move running_mean helper from dfatool to utils --- bin/mimosa-etv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/mimosa-etv') diff --git a/bin/mimosa-etv b/bin/mimosa-etv index 8e8ba44..417f1cf 100755 --- a/bin/mimosa-etv +++ b/bin/mimosa-etv @@ -8,7 +8,8 @@ import numpy as np import os import re import sys -from dfatool import aggregate_measures, running_mean, MIMOSA +from dfatool import aggregate_measures, MIMOSA +from utils import running_mean opt = dict() -- cgit v1.2.3