https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0eeee3093325e8a5d950dfe6059062a7d88f1cb4 authored by Bryna Hazelton on 17 March 2021, 19:43:11 UTC, committed by Paul La Plante on 30 March 2021, 19:16:52 UTC
1 parent e7bf4b8
Raw File
Tip revision: 0eeee3093325e8a5d950dfe6059062a7d88f1cb4 authored by Bryna Hazelton on 17 March 2021, 19:43:11 UTC
fix tutorial formatting
Tip revision: 0eeee30
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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