https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 7d3804fe8cf404221981b483d0bdc7503c969e37 authored by Matthew Kolopanis on 29 March 2024, 20:07:46 UTC
update min versions tests
Tip revision: 7d3804f
__init__.py
# -*- mode: python; coding: utf-8 -*-

"""Init file for data directory."""
DATA_PATH = __path__[0]
back to top