https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d66daf782b81520067a773631ad3aefd76e546b2 authored by Bryna Hazelton on 27 May 2020, 16:21:37 UTC, committed by Matthew Kolopanis on 11 June 2020, 14:57:44 UTC
1 parent b4e92ba
Raw File
Tip revision: d66daf782b81520067a773631ad3aefd76e546b2 authored by Bryna Hazelton on 27 May 2020, 16:21:37 UTC
remove extraneous assignment
Tip revision: d66daf7
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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