https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b9f8ff7377bcdf96e3a4b6cb342e76b0f0012f98 authored by Christopher Moriarty on 30 July 2020, 15:19:54 UTC, committed by Christopher Moriarty on 30 July 2020, 15:19:54 UTC
1 parent bf5f5c3
Raw File
Tip revision: b9f8ff7377bcdf96e3a4b6cb342e76b0f0012f98 authored by Christopher Moriarty on 30 July 2020, 15:19:54 UTC
Cleaned up imports to pass circle ci test.
Tip revision: b9f8ff7
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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