https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 85e373f54e9e2fac110f1973dd83be8f0f191623 authored by Garrett "Karto" Keating on 10 May 2021, 23:55:25 UTC
More QoL updates, removing dependency on object_name order for object_id (now behaves more like ant and spw numbers)
Tip revision: 85e373f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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