https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 59c8e9c9a308a0623f19bba457b4b821ddc1703f authored by Bryna Hazelton on 28 July 2021, 22:46:16 UTC, committed by Matthew Kolopanis on 25 August 2021, 15:53:19 UTC
1 parent 3c42bef
Raw File
Tip revision: 59c8e9c9a308a0623f19bba457b4b821ddc1703f authored by Bryna Hazelton on 28 July 2021, 22:46:16 UTC
add test coverage for arrays with strict types
Tip revision: 59c8e9c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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