https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9fc09f8a09cedb0aef0b11fcce1e912456d86e11 authored by Bryna Hazelton on 14 September 2020, 04:01:33 UTC, committed by Bryna Hazelton on 11 December 2020, 19:21:28 UTC
1 parent 81b2477
Raw File
Tip revision: 9fc09f8a09cedb0aef0b11fcce1e912456d86e11 authored by Bryna Hazelton on 14 September 2020, 04:01:33 UTC
more test coverage, fixed missing handling for input_flag_array
Tip revision: 9fc09f8
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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