https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dbe2b3e79ee68438e2d415245b5282f97261db2d authored by Dara Storer on 03 July 2020, 19:27:15 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 31379f7
Raw File
Tip revision: dbe2b3e79ee68438e2d415245b5282f97261db2d authored by Dara Storer on 03 July 2020, 19:27:15 UTC
Add ValueError catching tests
Tip revision: dbe2b3e
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top