swh:1:snp:8c84c281e5b9f25b02820a7a124986496090bc0f
Raw File
Tip revision: 311630c23fa1c51cac96aa3c8972b817f926e1a6 authored by Garrett 'Karto' Keating on 08 September 2022, 18:55:26 UTC
Fixing error in ref frame for spectral windows in MS
Tip revision: 311630c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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