https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e5282a31b7bd4547b0c59fb483c861b40790e1a1 authored by Bryna Hazelton on 14 October 2020, 23:18:31 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent 92d41b6
Raw File
Tip revision: e5282a31b7bd4547b0c59fb483c861b40790e1a1 authored by Bryna Hazelton on 14 October 2020, 23:18:31 UTC
fix small bug in binary merge, add testing
Tip revision: e5282a3
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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