https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1a336e159dc8cdfd2dc887108b1f85c95e926289 authored by Dara Storer on 15 July 2020, 16:55:45 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 8e61562
Raw File
Tip revision: 1a336e159dc8cdfd2dc887108b1f85c95e926289 authored by Dara Storer on 15 July 2020, 16:55:45 UTC
Adjust for new warnings format
Tip revision: 1a336e1
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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