https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision df43fac411ed64d3c0b329a065fb502ff4b89a12 authored by Garrett Keating on 06 August 2020, 22:48:27 UTC, committed by Garrett Keating on 06 August 2020, 22:48:27 UTC
1 parent ed9b703
Raw File
Tip revision: df43fac411ed64d3c0b329a065fb502ff4b89a12 authored by Garrett Keating on 06 August 2020, 22:48:27 UTC
Realized there was a better way to compare strings via find (since we know that the first part of the strings should match)
Tip revision: df43fac
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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