File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ socio-economic
99
1010;; Frobenius norm used in np.linalg.norm
1111fro
12+
13+ ;; cutted used as attribute in unit_test.py and fourigui.py
14+ cutted
Original file line number Diff line number Diff line change 1616
1717**Fixed: **
1818
19- * Surpress the `RuntimeWarning ` in tests for the `applycutoff ` function
19+ * Suppress the `RuntimeWarning ` in tests for the `applycutoff ` function
2020
2121**Security: **
2222
Original file line number Diff line number Diff line change @@ -155,10 +155,10 @@ def initUI(self):
155155 anibutton .grid (row = 8 , column = 4 )
156156
157157 # row 10-12 Fourier transformation
158- seperator = tk .Label (
158+ separator = tk .Label (
159159 frame00 , text = " "
160160 ) # __________________________________________________________________")
161- seperator .grid (row = 9 , column = 0 , columnspan = 5 )
161+ separator .grid (row = 9 , column = 0 , columnspan = 5 )
162162 cutofflabel = tk .Label (frame00 , text = "cutoff frequency" )
163163 cutofflabel .grid (row = 10 , column = 2 , columnspan = 2 )
164164 qminlabel = tk .Label (frame00 , text = "qmin [px]:" )
You can’t perform that action at this time.
0 commit comments