https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 07f271797b209dcfa019938bb3ba0589aaf0f4fe authored by Garrett 'Karto' Keating on 02 August 2022, 13:54:37 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent 4dc9219
Raw File
Tip revision: 07f271797b209dcfa019938bb3ba0589aaf0f4fe authored by Garrett 'Karto' Keating on 02 August 2022, 13:54:37 UTC
Cleaning up rename_phase_center in response to review comments.
Tip revision: 07f2717
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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