Merge pull request #162 from yarda/serial-to-parallel-test-fix

test: fixed serial_to_parallel test
pull/179/head
mihtjel 2020-02-29 09:05:19 +01:00 zatwierdzone przez GitHub
commit 1637698bcc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -79,7 +79,6 @@ class TestRFTools(unittest.TestCase):
complex(50, 10))
def test_serial_to_parallel(self):
self.assertEqual(serial_to_parallel(0),complex(math.inf, math.inf))
self.assertAlmostEqual(
serial_to_parallel(complex(50, 10)),
complex(52, 260))