https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 784bacde1b346704b91e1f38c19b8a672dc109c4 authored by Garrett "Karto" Keating on 16 June 2021, 21:15:21 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent aff86a3
Raw File
Tip revision: 784bacde1b346704b91e1f38c19b8a672dc109c4 authored by Garrett "Karto" Keating on 16 June 2021, 21:15:21 UTC
Updating dependencies for NOVAS and astroquery
Tip revision: 784bacd
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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