https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d857914657bcd72ef59bd8e9b421f61e7e138950 authored by Bryna Hazelton on 11 January 2023, 00:52:31 UTC, committed by Bryna Hazelton on 12 January 2023, 17:31:19 UTC
1 parent 94c6512
Raw File
Tip revision: d857914657bcd72ef59bd8e9b421f61e7e138950 authored by Bryna Hazelton on 11 January 2023, 00:52:31 UTC
Fix a new deprecation warning after rebasing
Tip revision: d857914
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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