https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ef25dc281dab99c57ceb87d9c0090a5995f4fb08 authored by Matthew Kolopanis on 20 May 2020, 18:38:13 UTC, committed by Matthew Kolopanis on 22 May 2020, 21:11:43 UTC
1 parent 767f601
Raw File
Tip revision: ef25dc281dab99c57ceb87d9c0090a5995f4fb08 authored by Matthew Kolopanis on 20 May 2020, 18:38:13 UTC
use np.int64 not np.int_, int64 and long are different on windows.
Tip revision: ef25dc2
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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