https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a8e60141bb14788dbc7352148aee41dc75dd4fc8 authored by Matthew Kolopanis on 11 February 2021, 17:02:32 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent f10a063
Raw File
Tip revision: a8e60141bb14788dbc7352148aee41dc75dd4fc8 authored by Matthew Kolopanis on 11 February 2021, 17:02:32 UTC
allocate a fixed length array, only copy max_length anyway
Tip revision: a8e6014
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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