mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
chore: удалена отладка
This commit is contained in:
parent
9033770406
commit
a6cda1ab3d
@ -70,11 +70,11 @@ class MainWindow(QMainWindow):
|
|||||||
self.updateActionsEnabled()
|
self.updateActionsEnabled()
|
||||||
#
|
#
|
||||||
# Для быстрой отладки
|
# Для быстрой отладки
|
||||||
n = 10
|
# n = 10
|
||||||
y = generateYValues(100, 5, n)
|
# y = generateYValues(100, 5, n)
|
||||||
x1 = generateXValues(20, 2, 0, y)
|
# x1 = generateXValues(20, 2, 0, y)
|
||||||
x2 = generateXValues(10, 1, 0, y)
|
# x2 = generateXValues(10, 1, 0, y)
|
||||||
self.model.updateAllData(np.concatenate([y, x1, x2], axis=1))
|
# self.model.updateAllData(np.concatenate([y, x1, x2], axis=1))
|
||||||
|
|
||||||
|
|
||||||
def updateActionsEnabled(self):
|
def updateActionsEnabled(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user