https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 71927ac5fcc5da455ef3d6518a0f3922645ce760 authored by Bryna Hazelton on 11 March 2021, 00:08:13 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 08412ae
Raw File
Tip revision: 71927ac5fcc5da455ef3d6518a0f3922645ce760 authored by Bryna Hazelton on 11 March 2021, 00:08:13 UTC
fix object conversion test
Tip revision: 71927ac
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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