https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ec312b06ecdc0c2e0261074d2db899c04ecbf7f7 authored by Garrett 'Karto' Keating on 02 June 2022, 12:20:40 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent ad60744
Raw File
Tip revision: ec312b06ecdc0c2e0261074d2db899c04ecbf7f7 authored by Garrett 'Karto' Keating on 02 June 2022, 12:20:40 UTC
Cleaning up Mir module based on reviewer comments.
Tip revision: ec312b0
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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