denoising / testing /test_inference.py
BorisovMaksim's picture
add testing wavs
32947ea
raw
history blame
74 Bytes
def func(x):
return x + 1
def test_answer():
assert func(3) == 4