Open cdeil opened 9 years ago
I see this unit test fail with Python 3 on Mac:
FAIL: testHadec2azel (pytpm.tests.test_pytpm_astro.TestAzel2hadec) tpm.hadec2azel => (HA,DEC) to (AZ,EL) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/deil/code/pytpm/build/lib.macosx-10.10-x86_64-3.4/pytpm/tests/test_pytpm_astro.py", line 488, in testHadec2azel i, 8) AssertionError: 180.0 != 0 within 8 places
I see this unit test fail with Python 3 on Mac: