https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2c47af4e676cfaf8841eb32f4e8ff3b760862581 authored by Christopher Moriarty on 06 August 2020, 15:36:19 UTC, committed by Christopher Moriarty on 06 August 2020, 15:36:19 UTC
1 parent 963d5d4
Raw File
Tip revision: 2c47af4e676cfaf8841eb32f4e8ff3b760862581 authored by Christopher Moriarty on 06 August 2020, 15:36:19 UTC
Changed np.double to np.float64.
Tip revision: 2c47af4
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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