https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1abb511b7c6ee118dededf014e451079059a0761 authored by Matthew Kolopanis on 14 December 2020, 17:27:02 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 7deebb5
Raw File
Tip revision: 1abb511b7c6ee118dededf014e451079059a0761 authored by Matthew Kolopanis on 14 December 2020, 17:27:02 UTC
add checks for when expected_type is a quantity or quantity subclass
Tip revision: 1abb511
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