https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2dea10c204a61cda798e8fea901c9981031becaf authored by Paul La Plante on 01 April 2021, 01:18:13 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 637e548
Raw File
Tip revision: 2dea10c204a61cda798e8fea901c9981031becaf authored by Paul La Plante on 01 April 2021, 01:18:13 UTC
Convert to future array shapes before writing uvh5 files
Tip revision: 2dea10c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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