From 2a4ee78fd4c8b57f759135e068d85cf730b2e268 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 6 Jul 2020 15:28:07 +0200 Subject: move gplearn_to_function to functions module --- bin/analyze-archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/analyze-archive.py') diff --git a/bin/analyze-archive.py b/bin/analyze-archive.py index a18c1e1..7cac27a 100755 --- a/bin/analyze-archive.py +++ b/bin/analyze-archive.py @@ -114,7 +114,7 @@ import re import sys from dfatool import plotter from dfatool.dfatool import RawData, pta_trace_to_aggregate -from dfatool.dfatool import gplearn_to_function +from dfatool.functions import gplearn_to_function from dfatool.model import PTAModel from dfatool.validation import CrossValidator from dfatool.utils import filter_aggregate_by_param -- cgit v1.2.3