https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cdc23f35a98a534d671f82e9376b7219d1b99289 authored by Bryna Hazelton on 05 October 2022, 19:51:16 UTC, committed by Bryna Hazelton on 20 December 2022, 19:45:00 UTC
1 parent 734a98a
Raw File
Tip revision: cdc23f35a98a534d671f82e9376b7219d1b99289 authored by Bryna Hazelton on 05 October 2022, 19:51:16 UTC
improve phasing handling in read, add tests for only one good file
Tip revision: cdc23f3
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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