https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d5a40ed215322e7d2d1f21b3da90e0e8b27f3f61 authored by Matthew Kolopanis on 19 November 2020, 21:40:01 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent ba7e1eb
Raw File
Tip revision: d5a40ed215322e7d2d1f21b3da90e0e8b27f3f61 authored by Matthew Kolopanis on 19 November 2020, 21:40:01 UTC
add a generic type getter for Parameters, allow strict overwrite
Tip revision: d5a40ed
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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