https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 016df8b29b95f2863134908c9ae607530687e2ee authored by Matthew Kolopanis on 19 November 2020, 21:40:30 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent d5a40ed
Raw File
Tip revision: 016df8b29b95f2863134908c9ae607530687e2ee authored by Matthew Kolopanis on 19 November 2020, 21:40:30 UTC
tweak uvbase to check expected type of quantities better
Tip revision: 016df8b
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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