From 6e528bf5b0212ff7e7e21f91ac1d9f001e910f7d Mon Sep 17 00:00:00 2001 From: Remi Ehounou Date: Mon, 24 May 2021 01:27:55 -0400 Subject: [PATCH] package works on Linux --- MDAF/MDAF.py | 1 - 1 file changed, 1 deletion(-) diff --git a/MDAF/MDAF.py b/MDAF/MDAF.py index 403bdb8..adcb6de 100644 --- a/MDAF/MDAF.py +++ b/MDAF/MDAF.py @@ -157,7 +157,6 @@ 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]