From 8c4e45ae5e0616d84e10ac30c799b653a171eaa2 Mon Sep 17 00:00:00 2001
From: MisterMLiL <eugenelazurenko@gmail.com>
Date: Tue, 3 Oct 2023 12:38:29 +0300
Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?=
 =?UTF-8?q?=D0=B5=D0=BD=20=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BB=D1=8F=D1=86?=
 =?UTF-8?q?=D0=B8=D0=BE=D0=BD=D0=BD=D1=8B=D0=B9=20=D0=B0=D0=BD=D0=B0=D0=BB?=
 =?UTF-8?q?=D0=B8=D0=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 statapp/calculations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/statapp/calculations.py b/statapp/calculations.py
index 01c085f..54f1b9d 100644
--- a/statapp/calculations.py
+++ b/statapp/calculations.py
@@ -29,4 +29,4 @@ def variance_analysis(data):
 
 
 def correlation_analysis(data):
-    return pd.DataFrame(data).corr().round(len(data[-1])).to_numpy()
\ No newline at end of file
+    return pd.DataFrame(data).corr().to_numpy()
\ No newline at end of file