swh:1:snp:5d08e1a590957faccdc77737b5e8f49534d091bc
Raw File
Tip revision: 73df5d5b6177f80afdea956ebf1cf6d08a81935a authored by e-koch on 23 November 2021, 22:17:42 UTC
Add a test of the creation of scan numbers when writing an MS with multi-phase centers
Tip revision: 73df5d5
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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