https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f166d7c77707fa44a14f13936c1069171c32bcc0 authored by Paul La Plante on 18 May 2021, 22:16:47 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 7caf16e
Raw File
Tip revision: f166d7c77707fa44a14f13936c1069171c32bcc0 authored by Paul La Plante on 18 May 2021, 22:16:47 UTC
Get tests for ms.py to pass
Tip revision: f166d7c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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