https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0747542b7b2723499d61cb9b3a87b96aef17b909 authored by Matthew Kolopanis on 05 March 2021, 17:31:55 UTC, committed by Bryna Hazelton on 18 March 2021, 22:57:17 UTC
This reverts commit 95cdfb2c8b250589459a6c3814b95366cd30c108.
1 parent 76f978a
Raw File
Tip revision: 0747542b7b2723499d61cb9b3a87b96aef17b909 authored by Matthew Kolopanis on 05 March 2021, 17:31:55 UTC
Revert "don't redo attribute setting if it already has it"
Tip revision: 0747542
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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