https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 064f5e15fa651e24d3941ad45a278ea24fcbacbb authored by Bryna Hazelton on 01 July 2021, 17:40:25 UTC, committed by Bryna Hazelton on 01 July 2021, 21:45:35 UTC
1 parent 0367950
Raw File
Tip revision: 064f5e15fa651e24d3941ad45a278ea24fcbacbb authored by Bryna Hazelton on 01 July 2021, 17:40:25 UTC
Update tutorial to use newer files, improve error messages
Tip revision: 064f5e1
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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