https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 11f06abe99dabaeba3e4c24c73b2dd7b9d73a162 authored by Matthew Kolopanis on 07 December 2020, 21:52:34 UTC, committed by Paul La Plante on 09 December 2020, 21:45:25 UTC
1 parent 5d44a82
Raw File
Tip revision: 11f06abe99dabaeba3e4c24c73b2dd7b9d73a162 authored by Matthew Kolopanis on 07 December 2020, 21:52:34 UTC
antnum -> bl: do memoryviewing behind the scenes, better variable types
Tip revision: 11f06ab
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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