https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3ede5392f253de0713a51571308753feaf9edb71 authored by Bryna Hazelton on 12 June 2020, 18:35:07 UTC, committed by Paul La Plante on 16 June 2020, 16:48:11 UTC
1 parent 16732d4
Raw File
Tip revision: 3ede5392f253de0713a51571308753feaf9edb71 authored by Bryna Hazelton on 12 June 2020, 18:35:07 UTC
improve testing, fix warning
Tip revision: 3ede539
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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