https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 92d41b649cf30a8072856e5a8f87f0a4c2bedae7 authored by Aaron Parsons on 14 October 2020, 20:44:36 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent 3c2756a
Raw File
Tip revision: 92d41b649cf30a8072856e5a8f87f0a4c2bedae7 authored by Aaron Parsons on 14 October 2020, 20:44:36 UTC
Partial commit trying to debug UVData.__add__ version of concat in UVData.read
Tip revision: 92d41b6
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - 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