https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 87c21afb0c6f220de645196b294123536b66783e authored by Ruby Byrne on 04 October 2021, 18:20:49 UTC, committed by Bryna Hazelton on 05 October 2021, 16:08:30 UTC
1 parent 9da2d90
Raw File
Tip revision: 87c21afb0c6f220de645196b294123536b66783e authored by Ruby Byrne on 04 October 2021, 18:20:49 UTC
fix linting issues
Tip revision: 87c21af
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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