https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 39f954fa56b5eff7d6e6fb1e8224fef470e20378 authored by Bryna Hazelton on 03 April 2021, 15:46:01 UTC, committed by Jonathan Pober on 05 April 2021, 19:44:39 UTC
1 parent 212ea1a
Raw File
Tip revision: 39f954fa56b5eff7d6e6fb1e8224fef470e20378 authored by Bryna Hazelton on 03 April 2021, 15:46:01 UTC
increase coverage of _combine_history_addition function
Tip revision: 39f954f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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