https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2c9febe8665d8dc8aa8ee657ade0180ff12f70bc authored by Matthew Kolopanis on 13 July 2020, 17:34:23 UTC, committed by Bryna Hazelton on 21 July 2020, 15:30:05 UTC
1 parent 27c4a44
Raw File
Tip revision: 2c9febe8665d8dc8aa8ee657ade0180ff12f70bc authored by Matthew Kolopanis on 13 July 2020, 17:34:23 UTC
fix rebase name splice issue
Tip revision: 2c9febe
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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