https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a4e3993de76a00c0221a74a2e5ad7480ce5fab4c authored by Dara Storer on 11 March 2020, 01:02:23 UTC, committed by Bryna Hazelton on 16 March 2020, 00:34:29 UTC
1 parent 61e3935
Raw File
Tip revision: a4e3993de76a00c0221a74a2e5ad7480ce5fab4c authored by Dara Storer on 11 March 2020, 01:02:23 UTC
Add file testing block when reading multiple files
Tip revision: a4e3993
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