https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 31554b660a3cc2e6b93a88f07d3f86d91348df8f authored by Bryna Hazelton on 13 March 2023, 20:54:45 UTC
Remove deprecated code, update changelog for version 2.3
Tip revision: 31554b6
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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