https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: e306951bf6aff7b144023bc767bc9313b0aa30b5 authored by Bryna Hazelton on 10 April 2019, 22:20:00 UTC
fix sorting to actually work, add reordering to fast_concat test
Tip revision: e306951
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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