https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c8afbed3af1becc1f153aebb57a580323b826b1f authored by Garrett Keating on 15 February 2021, 13:58:34 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent c202ab9
Raw File
Tip revision: c8afbed3af1becc1f153aebb57a580323b826b1f authored by Garrett Keating on 15 February 2021, 13:58:34 UTC
Fixing handling of values in the array flex_spw_id_array (to match those in spw_array)
Tip revision: c8afbed
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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