https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 06b4cfe84eaf44fddfb7045b890ec7f03e724f76 authored by Bryna Hazelton on 25 April 2022, 21:40:02 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent 447c8d8
Raw File
Tip revision: 06b4cfe84eaf44fddfb7045b890ec7f03e724f76 authored by Bryna Hazelton on 25 April 2022, 21:40:02 UTC
change "unphased" to "unprojected" in phase center catalog
Tip revision: 06b4cfe
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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