https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8a7c5d4d6ff6d61da9bc64a48e61ed332b95ff2a authored by Matthew Kolopanis on 07 December 2020, 21:21:50 UTC, committed by Paul La Plante on 09 December 2020, 21:45:25 UTC
1 parent 2cbde69
Raw File
Tip revision: 8a7c5d4d6ff6d61da9bc64a48e61ed332b95ff2a authored by Matthew Kolopanis on 07 December 2020, 21:21:50 UTC
update xyz from lla, lesss repeated calcs, make n_pts fast dimension
Tip revision: 8a7c5d4
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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