https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 46f310ec3119aa66ae47659aa3d07b853239f0c9 authored by Matthew Kolopanis on 29 April 2020, 14:58:59 UTC, committed by Matthew Kolopanis on 29 April 2020, 15:47:53 UTC
1 parent 160c287
Raw File
Tip revision: 46f310ec3119aa66ae47659aa3d07b853239f0c9 authored by Matthew Kolopanis on 29 April 2020, 14:58:59 UTC
use np.bool_ for conj, cython now supports npy_bool typed arrays
Tip revision: 46f310e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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