https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: dd87ace0fac49c7c7603ef51e02cf82f6d27fe97 authored by Bryna Hazelton on 01 April 2024, 22:51:33 UTC
Fix pyuvsim test CI for new package structure
Tip revision: dd87ace
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVCal."""
from .uvcal import *  # noqa
back to top