Browse Source

添加注释

zhouyang.xie 2 weeks ago
parent
commit
7f1d921c9c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      DiagnosisLib.py

+ 2 - 1
DiagnosisLib.py

@@ -6,7 +6,6 @@
 @Software: 故障诊断函数库
 
 """
-
 import numpy as np
 import matplotlib.pyplot as plt
 from math import pi
@@ -14,6 +13,8 @@ from scipy import signal
 from scipy import interpolate
 import math
 
+# git外网使用
+
 class DiagnosisLib:
     
     def __init__(self):