https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cd516b86310bb1e392b4d55f66c11fdd7b8b79c5 authored by Bryna Hazelton on 02 June 2022, 17:56:33 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent 713f2ca
Raw File
Tip revision: cd516b86310bb1e392b4d55f66c11fdd7b8b79c5 authored by Bryna Hazelton on 02 June 2022, 17:56:33 UTC
fix bug introduced in rebase
Tip revision: cd516b8
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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