https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f6028e83f71dd44b9cede94a105f0094989686c3 authored by Matthew Kolopanis on 24 March 2021, 17:58:54 UTC, committed by Bryna Hazelton on 24 March 2021, 18:35:18 UTC
1 parent a121c2a
Raw File
Tip revision: f6028e83f71dd44b9cede94a105f0094989686c3 authored by Matthew Kolopanis on 24 March 2021, 17:58:54 UTC
update verbiage about where tutorial files are written
Tip revision: f6028e8
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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