https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 742084169a988e82ef5cd1b801b7fc93340166bc authored by Matthew Kolopanis on 28 April 2021, 16:08:43 UTC, committed by Matthew Kolopanis on 06 May 2021, 13:55:56 UTC
1 parent 71b620f
Raw File
Tip revision: 742084169a988e82ef5cd1b801b7fc93340166bc authored by Matthew Kolopanis on 28 April 2021, 16:08:43 UTC
update test actually check the ra/dec of the phase center
Tip revision: 7420841
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

[report]
omit =
  */tests/*
  */conftest.py
back to top