From a98d9e8528012bae76baaa51a57c046f4916c613 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Tue, 25 Jan 2022 11:39:40 +0330 Subject: [PATCH] fix : minor bug fixed --- samila/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samila/params.py b/samila/params.py index d4f5191..caac472 100644 --- a/samila/params.py +++ b/samila/params.py @@ -55,7 +55,7 @@ class Projection(Enum): ELEMENTS_LIST = [ - "{0}*math.sqrt(abs({1}))" + "{0}*math.sqrt(abs({1}))", "{0}*math.cos({1})", "{0}*math.sin({1})", "{0}*{1}",