https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 70a2f8f9c098aa7a6991352fb03d069b756bee8c authored by Bryna Hazelton on 04 February 2022, 22:58:32 UTC, committed by Bryna Hazelton on 09 February 2022, 20:50:25 UTC
1 parent 6140bd2
Raw File
Tip revision: 70a2f8f9c098aa7a6991352fb03d069b756bee8c authored by Bryna Hazelton on 04 February 2022, 22:58:32 UTC
Make initialize_from_uvdata be a classmethod
Tip revision: 70a2f8f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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