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
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Read input.txt
|
||||
x = np.loadtxt("input.txt")
|
||||
# Pass through channel
|
||||
y = channel(x)
|
||||
# Write output.txt
|
||||
np.savetxt("output.txt", y)
|
||||
print("Channel output written to output.txt")
|
Loading…
Add table
Reference in a new issue