https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e576d3ccb6699978dc05d02539b607ef759e65f3 authored by Bryna Hazelton on 14 March 2021, 16:59:14 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent b5c4b13
Raw File
Tip revision: e576d3ccb6699978dc05d02539b607ef759e65f3 authored by Bryna Hazelton on 14 March 2021, 16:59:14 UTC
add `force_phase` to uvdata.write_ms so users can actually use it
Tip revision: e576d3c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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