https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c9a7b2062aa517fd161aedba02f9d5b4d7532fe5 authored by pyxieloustar on 09 September 2021, 00:09:29 UTC, committed by pyxieloustar on 09 September 2021, 00:11:08 UTC
1 parent 2910859
Raw File
Tip revision: c9a7b2062aa517fd161aedba02f9d5b4d7532fe5 authored by pyxieloustar on 09 September 2021, 00:09:29 UTC
add second stage for autos (breaks van vleck tests); fix cross to auto mapping bug
Tip revision: c9a7b20
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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