https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1488646b1914697fd7ab4e7871128502e31edaa9 authored by Bryna Hazelton on 17 September 2022, 23:03:23 UTC, committed by Bryna Hazelton on 07 October 2022, 15:11:37 UTC
1 parent 3ab4d84
Raw File
Tip revision: 1488646b1914697fd7ab4e7871128502e31edaa9 authored by Bryna Hazelton on 17 September 2022, 23:03:23 UTC
update docs and tests for lunarsky optional dependency
Tip revision: 1488646
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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