https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0880a48b85177a71836cc15cdb3a85f06dc45a9e authored by Garrett 'Karto' Keating on 02 June 2022, 16:49:01 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent ec312b0
Raw File
Tip revision: 0880a48b85177a71836cc15cdb3a85f06dc45a9e authored by Garrett 'Karto' Keating on 02 June 2022, 16:49:01 UTC
More changes related to review comments.
Tip revision: 0880a48
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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