https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5152d4f9ba274d0b0af2c8a887e87ccf265dfa57 authored by Will Sutherland on 11 June 2020, 15:40:36 UTC, committed by Bryna Hazelton on 11 June 2020, 20:12:26 UTC
1 parent 4b17892
Raw File
Tip revision: 5152d4f9ba274d0b0af2c8a887e87ccf265dfa57 authored by Will Sutherland on 11 June 2020, 15:40:36 UTC
update documentation and tutorial
Tip revision: 5152d4f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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