https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 208efed2ab5799d4bd5e74ea9383df1459981fdb authored by Matthew Kolopanis on 15 December 2020, 17:39:33 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 28f1480
Raw File
Tip revision: 208efed2ab5799d4bd5e74ea9383df1459981fdb authored by Matthew Kolopanis on 15 December 2020, 17:39:33 UTC
take item(0) of ndarrays when checking parameter, quantity support
Tip revision: 208efed
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top