Skip to content

Commit df73b80

Browse files
authored
removed trailing whitespace in line 24
1 parent 4a1b375 commit df73b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ulab_Crunch_Numbers_Fast/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def normalized_rms_ulab(values):
2121
values = values - minbuf
2222
samples_sum = ulab.numerical.sum(values * values)
2323
return math.sqrt(samples_sum / len(values))
24-
24+
2525
# Instead of using sensor data, we generate some data
2626
# The amplitude is 5000 so the rms should be around 5000/1.414 = 3536
2727
nums_list = [int(8000 + math.sin(i) * 5000) for i in range(100)]

0 commit comments

Comments
 (0)