https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c9418e393d0fdf3a049d44392edaa85f711fb6bd authored by Matthew Kolopanis on 06 July 2020, 16:30:47 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent 5c228b2
Raw File
Tip revision: c9418e393d0fdf3a049d44392edaa85f711fb6bd authored by Matthew Kolopanis on 06 July 2020, 16:30:47 UTC
try removing openmp compilation args from macosx builds
Tip revision: c9418e3
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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