https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 742084169a988e82ef5cd1b801b7fc93340166bc authored by Matthew Kolopanis on 28 April 2021, 16:08:43 UTC, committed by Matthew Kolopanis on 06 May 2021, 13:55:56 UTC
1 parent 71b620f
Raw File
Tip revision: 742084169a988e82ef5cd1b801b7fc93340166bc authored by Matthew Kolopanis on 28 April 2021, 16:08:43 UTC
update test actually check the ra/dec of the phase center
Tip revision: 7420841
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=3.2.3
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top