https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e12076d1385655c2afd3e82c5c1b3441e65019f5 authored by Paul La Plante on 20 May 2021, 02:49:55 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 00ea942
Raw File
Tip revision: e12076d1385655c2afd3e82c5c1b3441e65019f5 authored by Paul La Plante on 20 May 2021, 02:49:55 UTC
Update changelog
Tip revision: e12076d
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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