https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4ee61c2a2cebd58cf1fd011d5bc60e475e1ed5df authored by Paul La Plante on 11 May 2020, 16:02:42 UTC, committed by Paul La Plante on 02 June 2020, 18:57:13 UTC
1 parent 1b51565
Raw File
Tip revision: 4ee61c2a2cebd58cf1fd011d5bc60e475e1ed5df authored by Paul La Plante on 11 May 2020, 16:02:42 UTC
Expose data_array and nsample_array dtype options for mwa_corr_fits files
Tip revision: 4ee61c2
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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