https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5ade98ff999d8cf6a4b7653d9c60076865f32c4e authored by Garrett "Karto" Keating on 12 May 2021, 22:34:28 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 79e8047
Raw File
Tip revision: 5ade98ff999d8cf6a4b7653d9c60076865f32c4e authored by Garrett "Karto" Keating on 12 May 2021, 22:34:28 UTC
Fixing tutorial
Tip revision: 5ade98f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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