https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fe961d0815a428ba202dc23d050525deb60eec31 authored by Matthew Kolopanis on 15 December 2020, 17:51:41 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 15275ac
Raw File
Tip revision: fe961d0815a428ba202dc23d050525deb60eec31 authored by Matthew Kolopanis on 15 December 2020, 17:51:41 UTC
uvbase: replace formatting strings w/ f-string because they are prettier
Tip revision: fe961d0
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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