From a6cda1ab3db9947a5f517343877310f020fc2635 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Fri, 20 Oct 2023 13:47:15 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- statapp/main_window.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/statapp/main_window.py b/statapp/main_window.py index defaeab..f83b475 100644 --- a/statapp/main_window.py +++ b/statapp/main_window.py @@ -70,11 +70,11 @@ class MainWindow(QMainWindow): self.updateActionsEnabled() # # Для быстрой отладки - n = 10 - y = generateYValues(100, 5, n) - x1 = generateXValues(20, 2, 0, y) - x2 = generateXValues(10, 1, 0, y) - self.model.updateAllData(np.concatenate([y, x1, x2], axis=1)) + # n = 10 + # y = generateYValues(100, 5, n) + # x1 = generateXValues(20, 2, 0, y) + # x2 = generateXValues(10, 1, 0, y) + # self.model.updateAllData(np.concatenate([y, x1, x2], axis=1)) def updateActionsEnabled(self):