https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 59dd2b0a24b50e62f473ce4e9533eaab1bfde445 authored by Matthew Kolopanis on 29 January 2021, 20:42:29 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent eb99108
Raw File
Tip revision: 59dd2b0a24b50e62f473ce4e9533eaab1bfde445 authored by Matthew Kolopanis on 29 January 2021, 20:42:29 UTC
removed unused dtype definition
Tip revision: 59dd2b0
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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