https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4b53bf76f0be5b23a0fca8c79119822937557ce0 authored by Bryna Hazelton on 09 November 2021, 00:47:48 UTC, committed by Matthew Kolopanis on 10 November 2021, 19:44:57 UTC
otherwise the shapes are off if the data are added later
1 parent 16b1cd6
Raw File
Tip revision: 4b53bf76f0be5b23a0fca8c79119822937557ce0 authored by Bryna Hazelton on 09 November 2021, 00:47:48 UTC
bugfix: forms should always be changed for data-like arrays
Tip revision: 4b53bf7
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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