https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 545526006b04235a47dd7c5f58ddceaa8ac5fa5f authored by Bryna Hazelton on 08 February 2022, 18:36:33 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
This should have been removed when we removed the code to read multiple files through these methods.
1 parent 2020523
Raw File
Tip revision: 545526006b04235a47dd7c5f58ddceaa8ac5fa5f authored by Bryna Hazelton on 08 February 2022, 18:36:33 UTC
remove the unsupported axis parameter to file-specific reads
Tip revision: 5455260
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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