https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cc3f452d3c3f3faa979b9bbbcb8951ac3755bd73 authored by Josh Dillon on 29 January 2022, 19:50:06 UTC, committed by Bryna Hazelton on 01 February 2022, 19:02:18 UTC
1 parent f74c09a
Raw File
Tip revision: cc3f452d3c3f3faa979b9bbbcb8951ac3755bd73 authored by Josh Dillon on 29 January 2022, 19:50:06 UTC
fix arguments to isclose
Tip revision: cc3f452
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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