https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bf4d65cb51231d2fad287189d4da91fa12604bea authored by Matthew Kolopanis on 07 December 2020, 21:53:04 UTC, committed by Paul La Plante on 09 December 2020, 21:45:25 UTC
1 parent 11f06ab
Raw File
Tip revision: bf4d65cb51231d2fad287189d4da91fa12604bea authored by Matthew Kolopanis on 07 December 2020, 21:53:04 UTC
some better variable types, use numpy.float64_t avoid OS type conflict
Tip revision: bf4d65c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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