Public Access
clean up code a bit
This commit is contained in:
@@ -94,8 +94,6 @@ class ADC_Result(Resultable, Drawable, DamarisFFT, Signalpath):
|
||||
print("Warning ADC-Result: Tried to run \"create_data_space()\" more than once.")
|
||||
return
|
||||
|
||||
raise ValueError("ValueError: You cant create an ADC-Result with less than 1 sample!")
|
||||
|
||||
for i in range(channels):
|
||||
self.y.append(numpy.zeros((samples,), dtype="int16"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user