https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 214661c8ef03a8ccbd0dcfb398d9dbf011144a33 authored by Adam Beardsley on 01 July 2020, 16:07:14 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent e70e949
Raw File
Tip revision: 214661c8ef03a8ccbd0dcfb398d9dbf011144a33 authored by Adam Beardsley on 01 July 2020, 16:07:14 UTC
Allow WindowsPath in uvflag init
Tip revision: 214661c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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