https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e15dead8b8efc9dbd47b66633773128c3b51f21b authored by Garrett 'Karto' Keating on 03 June 2022, 05:01:00 UTC, committed by Bryna Hazelton on 03 June 2022, 16:07:51 UTC
1 parent ba6def3
Raw File
Tip revision: e15dead8b8efc9dbd47b66633773128c3b51f21b authored by Garrett 'Karto' Keating on 03 June 2022, 05:01:00 UTC
Making attribute names in UVBase objs match UVParameter._name
Tip revision: e15dead
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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