https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4e1c3edfe13d167426e1c8fe5a9137284f9861ac authored by Garrett Keating on 07 August 2020, 02:47:23 UTC, committed by Garrett Keating on 07 August 2020, 02:47:23 UTC
1 parent df43fac
Raw File
Tip revision: 4e1c3edfe13d167426e1c8fe5a9137284f9861ac authored by Garrett Keating on 07 August 2020, 02:47:23 UTC
Adding a battery of unit tests for mir, that should hopefully verify that the test file is being correctly. Also splitting off some tests into a separate module called test_mir_parser, and adding a minor fix to data reader.
Tip revision: 4e1c3ed
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top