https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5d44a820622b4394e4b489f2c0b3305726a6cb75 authored by Matthew Kolopanis on 07 December 2020, 21:38:19 UTC, committed by Paul La Plante on 09 December 2020, 21:45:25 UTC
1 parent 317b9c7
Raw File
Tip revision: 5d44a820622b4394e4b489f2c0b3305726a6cb75 authored by Matthew Kolopanis on 07 December 2020, 21:38:19 UTC
remove remaining nogils, reduces overhead
Tip revision: 5d44a82
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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