https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4fbfb395da686001e99a826b289995a14a02f5d3 authored by Paul La Plante on 03 February 2021, 20:34:51 UTC, committed by Bryna Hazelton on 04 February 2021, 18:03:47 UTC
1 parent 7f51bce
Raw File
Tip revision: 4fbfb395da686001e99a826b289995a14a02f5d3 authored by Paul La Plante on 03 February 2021, 20:34:51 UTC
Add tests for parameter equality checking
Tip revision: 4fbfb39
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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