https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 72534437dfde3a774ab1dba4b6ae872bf06b88e5 authored by Paul La Plante on 01 April 2021, 23:56:59 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 6b84246
Raw File
Tip revision: 72534437dfde3a774ab1dba4b6ae872bf06b88e5 authored by Paul La Plante on 01 April 2021, 23:56:59 UTC
Update sample file in repo and fix tests accordingly
Tip revision: 7253443
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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