https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 4f2b159d5bff1c34e51183cef6c722a47506f0d2 authored by Bryna Hazelton on 12 May 2020, 01:33:18 UTC
Make `set_` methods private, make time_range not required
Tip revision: 4f2b159
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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