https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 474e00ace89ea1bb3743a2663af62e75d283e26f authored by Garrett "Karto" Keating on 22 June 2021, 20:57:06 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 7e71f35
Raw File
Tip revision: 474e00ace89ea1bb3743a2663af62e75d283e26f authored by Garrett "Karto" Keating on 22 June 2021, 20:57:06 UTC
Wrapping json.dumps call in np.string_
Tip revision: 474e00a
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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