disable noise testing
.. this is not what I care about at the moment
This commit is contained in:
parent
cec375438f
commit
5f4133f0dc
1 changed files with 1 additions and 0 deletions
1
sig2ms.py
Normal file → Executable file
1
sig2ms.py
Normal file → Executable file
|
|
@ -9,6 +9,7 @@ def noise_one(c):
|
|||
return c
|
||||
|
||||
def noise(s):
|
||||
return s
|
||||
return "".join(noise_one(c) for c in s)
|
||||
|
||||
wf = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue