swh:1:snp:467a479aaed576dccafada966b029f9f7655023b
Raw File
Tip revision: 3e1b6866840092993efad9cec4c1b04f6e28cc36 authored by Garrett 'Karto' Keating on 08 December 2021, 23:03:47 UTC
Adding test coverage to check for warning about vis_units values that CASA may not know of.
Tip revision: 3e1b686
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=4.2.1
  - astropy-healpix
  - astroquery
  - h5py
  - numpy>=1.18
  - pre-commit
  - pyerfa>=2.0
  - pypandoc
  - python-casacore>=3.1.0
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
      - novas
      - novas_de405
back to top