From 371afdbd0efe32fffe31d29fbdb95691f1b5b1c9 Mon Sep 17 00:00:00 2001 From: appellet Date: Fri, 30 May 2025 02:01:17 +0200 Subject: [PATCH] chore: delete comments --- channel.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/channel.py b/channel.py index 687ec4a..356345d 100644 --- a/channel.py +++ b/channel.py @@ -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") \ No newline at end of file