From 0ac77a2580ef650743c289ecaea4154fcd74336d Mon Sep 17 00:00:00 2001 From: Remi Ehounou Date: Mon, 24 May 2021 01:16:07 -0400 Subject: [PATCH] debug --- MDAF/MDAF.py | 1 + 1 file changed, 1 insertion(+) diff --git a/MDAF/MDAF.py b/MDAF/MDAF.py index adcb6de..403bdb8 100644 --- a/MDAF/MDAF.py +++ b/MDAF/MDAF.py @@ -157,6 +157,7 @@ def writerepresentation(funcpath, charas): def representfunc(funcpath, forced = False): if (funcpath.find('@') == 0): funcpath = path.dirname(__file__) + '/TestFunctions/' + funcpath[1:] + print(funcpath) #defining the function name funcname = path.splitext(path.basename(funcpath))[0]