https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b682c8649e3cca8d70aac9555fc28acd724855b2 authored by Dara Storer on 13 March 2020, 00:10:58 UTC, committed by Bryna Hazelton on 16 March 2020, 00:34:29 UTC
1 parent 3d5014f
Raw File
Tip revision: b682c8649e3cca8d70aac9555fc28acd724855b2 authored by Dara Storer on 13 March 2020, 00:10:58 UTC
Add additional test for reading list containing corrupted files
Tip revision: b682c86
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top