diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-04-29 08:58:14 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-04-29 08:58:34 +0200 |
commit | 2747d21d4db8f4f123874743dfce512d0cabc875 (patch) | |
tree | 01561b0505a786455b264a126ce9b89c04b61ca7 /bin/mimosa-etv | |
parent | 0ec4c9ccfaae15b3ba5db74a8fdddc07adf20eb9 (diff) |
move running_mean helper from dfatool to utils
Diffstat (limited to 'bin/mimosa-etv')
-rwxr-xr-x | bin/mimosa-etv | 3 |
1 files changed, 2 insertions, 1 deletions
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() |