https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ed59ae0f1e9dc2a3e3c20f381c550f9d09292a3b authored by Garrett 'Karto' Keating on 01 February 2022, 03:54:52 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent ac7ab8e
Raw File
Tip revision: ed59ae0f1e9dc2a3e3c20f381c550f9d09292a3b authored by Garrett 'Karto' Keating on 01 February 2022, 03:54:52 UTC
Adding equality-checking methods for testing, minor code clean-up.
Tip revision: ed59ae0
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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