From 4cfe0daf18ed2fa4c97b34c80792fd3e86f5284b Mon Sep 17 00:00:00 2001
From: "Michele.Maris" <michele.maris@inaf.it>
Date: Sat, 5 Aug 2023 21:50:49 +0200
Subject: [PATCH] u

---
 src/yapsut/vectorized_elemental_rotations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/yapsut/vectorized_elemental_rotations.py b/src/yapsut/vectorized_elemental_rotations.py
index 3a4f615..81c9317 100644
--- a/src/yapsut/vectorized_elemental_rotations.py
+++ b/src/yapsut/vectorized_elemental_rotations.py
@@ -14,7 +14,7 @@ vAY3D = np.array([0,1,0])
 vAZ3D = np.array([0,0,1])
 
 
-def _vectorized_rotation_base_matrix(self,Angle) :
+def _vectorized_rotation_base_matrix(Angle) :
    """
 commodity function to define a base for a vectorized rotation matrix, returns the components 
 I, c, s of a list of elemental 3D rotation matrices with 
-- 
GitLab