https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 61b7557a6b74c50bc90131395b201365b9200f46 authored by Steven Murray on 03 February 2023, 21:36:48 UTC
fix: fix all tests
Tip revision: 61b7557
__init__.py
# -*- mode: python; coding: utf-8 -*-

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