From 5a134fcb996e4d73844964db8ad931c2ecf7d318 Mon Sep 17 00:00:00 2001 From: Yorusora <2944763079@qq.com> Date: Fri, 21 Feb 2025 20:41:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecg_label_check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecg_label_check.py b/ecg_label_check.py index b3e2652..6b0b7e5 100644 --- a/ecg_label_check.py +++ b/ecg_label_check.py @@ -14,7 +14,7 @@ import numpy as np from PyQt5 import QtGui from PyQt5.QtGui import QFont, QDoubleValidator, QIntValidator from matplotlib.ticker import FuncFormatter -from numpy import load, nan, zeros, append, linspace, place +from numpy import append from matplotlib import use from matplotlib import pyplot as plt, gridspec from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg, NavigationToolbar2QT @@ -22,7 +22,7 @@ from datetime import datetime from pathlib import Path from PyQt5.QtCore import QCoreApplication, QTimer from PyQt5.QtWidgets import QFileDialog, QMainWindow, QMessageBox, QButtonGroup, QApplication, QTableWidgetItem, \ - QLineEdit, QAction, QTableWidget, QDialog, QVBoxLayout, QLabel, QPushButton, QDialogButtonBox + QLineEdit, QAction, QTableWidget, QDialog, QVBoxLayout, QLabel, QDialogButtonBox from scipy.signal import butter, filtfilt, find_peaks import append