https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision daf589d50aa571bfec8eed8de6e53809dd988f3d authored by Bryna Hazelton on 09 January 2023, 20:27:12 UTC, committed by Bryna Hazelton on 10 January 2023, 19:51:43 UTC
1 parent 33b57ef
Raw File
Tip revision: daf589d50aa571bfec8eed8de6e53809dd988f3d authored by Bryna Hazelton on 09 January 2023, 20:27:12 UTC
Update the changelog with the deprecation
Tip revision: daf589d
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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