https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 64aaab839ebc3c9cde0c3239924d06a40216c598 authored by Bryna Hazelton on 21 December 2022, 22:04:54 UTC, committed by Bryna Hazelton on 29 December 2022, 17:07:16 UTC
use python 3.9 to try to make mamba run faster
1 parent 4c59c41
Raw File
Tip revision: 64aaab839ebc3c9cde0c3239924d06a40216c598 authored by Bryna Hazelton on 21 December 2022, 22:04:54 UTC
ensure cython modules are compiled
Tip revision: 64aaab8
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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