https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 212ea1a6c5518a75e55bbe80eea94778f77d718d authored by Bryna Hazelton on 02 April 2021, 22:05:31 UTC, committed by Jonathan Pober on 05 April 2021, 19:44:39 UTC
1 parent a2d85ff
Raw File
Tip revision: 212ea1a6c5518a75e55bbe80eea94778f77d718d authored by Bryna Hazelton on 02 April 2021, 22:05:31 UTC
Improve history handling when combining objects
Tip revision: 212ea1a
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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