minor fix to printed text

This commit is contained in:
Alessio Ferrari
2019-07-29 14:45:32 +02:00
parent ecb8bd9fbe
commit 5b6d58ac7d

View File

@@ -280,7 +280,7 @@ if __name__ == '__main__':
final_carriers = infos[path[-1]][1].carriers
print('The total SNR per channel is:')
print('The total SNR per channel at the end of the line is:')
print('Ch. # \t Channel frequency (THz) \t'
' SNR total (signal bw, dB)')
for final_carrier in final_carriers: