chore: delete comments
This commit is contained in:
parent
fdb07e1c00
commit
371afdbd0e
1 changed files with 0 additions and 3 deletions
|
@ -20,10 +20,7 @@ def channel(x):
|
||||||
return Y
|
return Y
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Read input.txt
|
|
||||||
x = np.loadtxt("input.txt")
|
x = np.loadtxt("input.txt")
|
||||||
# Pass through channel
|
|
||||||
y = channel(x)
|
y = channel(x)
|
||||||
# Write output.txt
|
|
||||||
np.savetxt("output.txt", y)
|
np.savetxt("output.txt", y)
|
||||||
print("Channel output written to output.txt")
|
print("Channel output written to output.txt")
|
Loading…
Add table
Reference in a new issue