mirror of
https://github.com/shizand/statapp.git
synced 2025-04-01 23:23:45 +03:00
chore: удалены лишние print
This commit is contained in:
parent
6016c0b1e6
commit
5e7e0b9807
@ -74,10 +74,6 @@ class PolynomWindow(QDialog):
|
||||
realY = predictionResult[:, 0]
|
||||
calculatedY = predictionResult[:, 1]
|
||||
|
||||
print(xAxes)
|
||||
print(realY)
|
||||
print(calculatedY)
|
||||
|
||||
sc.axes.scatter(xAxes, realY)
|
||||
|
||||
# xnew = np.linspace(xAxes.min(), xAxes.max(), 300)
|
||||
|
@ -87,7 +87,6 @@ class TransformPolynomWindow(QDialog):
|
||||
|
||||
def on_data_changed(self):
|
||||
data = np.copy(self.data)
|
||||
print(len(data[0:]))
|
||||
for i in range(len(data[0:])):
|
||||
for j in range(1, len(data[i])):
|
||||
tr = self.model.data(self.model.createIndex(j, 0), Qt.DisplayRole)
|
||||
|
Loading…
Reference in New Issue
Block a user