https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 92a1c40c56cf8c154899d6d296e881b47a9b5d1b authored by Bryna Hazelton on 21 July 2021, 22:20:38 UTC, committed by kartographer on 11 August 2021, 15:07:35 UTC
this is breaking tests on the Linux Conda builds and it's not clear we need this level of tolerance.
1 parent d08556f
Raw File
Tip revision: 92a1c40c56cf8c154899d6d296e881b47a9b5d1b authored by Bryna Hazelton on 21 July 2021, 22:20:38 UTC
reduce the tolerance on `real_if_close` to numpy default tolerance
Tip revision: 92a1c40
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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