https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 206d1cce27e835891364098e13c8c892963faa5f authored by Paul La Plante on 03 December 2021, 07:53:46 UTC, committed by Bryna Hazelton on 03 December 2021, 17:52:04 UTC
1 parent 32efbef
Raw File
Tip revision: 206d1cce27e835891364098e13c8c892963faa5f authored by Paul La Plante on 03 December 2021, 07:53:46 UTC
Require h5py>=3.0 for new astype behavior
Tip revision: 206d1cc
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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