From 17a3165bf0d107b8aa2f3052d8ecef498385d68d Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 10 Aug 2020 23:20:43 +0000 Subject: [PATCH] fixed analysis reference in superscript_old Signed-off-by: Arthur Lu --- superscript_old.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superscript_old.py b/superscript_old.py index 05562c1..880320c 100644 --- a/superscript_old.py +++ b/superscript_old.py @@ -86,7 +86,7 @@ __all__ = [ # imports: -from analysis import analysis as an +from tra_analysis import analysis as an import data as d import numpy as np from os import system, name