https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c4a0b77551b7e11ca07286bb35498ac6516d62b6 authored by Bryna Hazelton on 19 November 2020, 01:03:17 UTC, committed by Paul La Plante on 13 December 2020, 16:51:37 UTC
1 parent ed99033
Raw File
Tip revision: c4a0b77551b7e11ca07286bb35498ac6516d62b6 authored by Bryna Hazelton on 19 November 2020, 01:03:17 UTC
fix test after fixing default uvfits keyword spelling
Tip revision: c4a0b77
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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