https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 835524471803bbc0e4802a41d20fd6dd9c834c5d authored by Bryna Hazelton on 23 March 2024, 14:08:37 UTC
Use absolute path in hdf5 hash
Tip revision: 8355244
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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