Removed references to the R-Matrix; Comment changes

This commit is contained in:
2022-11-10 08:37:13 +01:00
parent 3a178f2d35
commit 5865a8683f
5 changed files with 3 additions and 44 deletions

View File

@@ -22,7 +22,7 @@ class CountBitErrorsTestCase(unittest.TestCase):
self.assertEqual(simulations.count_bit_errors(d3, y_hat3), 4)
# TODO: Is this correct?
# TODO: Rewrite tests for new SNR calculation
class NoiseAmpFromSNRTestCase(unittest.TestCase):
"""Test case for noise amplitude calculation."""