https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eba65c47b557fdb69f2d438542597307f18fc138 authored by Bryna Hazelton on 04 August 2022, 15:47:15 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent b611528
Raw File
Tip revision: eba65c47b557fdb69f2d438542597307f18fc138 authored by Bryna Hazelton on 04 August 2022, 15:47:15 UTC
add support for lists of ints in rename_phase_center
Tip revision: eba65c4
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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