https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3c2756ab84707163e4517711934c7b38555d8853 authored by Aaron Parsons on 14 October 2020, 18:41:19 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent 381961f
Raw File
Tip revision: 3c2756ab84707163e4517711934c7b38555d8853 authored by Aaron Parsons on 14 October 2020, 18:41:19 UTC
Formating changes for PEP8
Tip revision: 3c2756a
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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