https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 14a1b1c8147be19af7c21745b735276f7f88ab38 authored by Mike Wilensky on 11 March 2020, 01:53:50 UTC, committed by Bryna Hazelton on 23 March 2020, 21:09:08 UTC
1 parent 20fbcf9
Raw File
Tip revision: 14a1b1c8147be19af7c21745b735276f7f88ab38 authored by Mike Wilensky on 11 March 2020, 01:53:50 UTC
attempt to preserve weights_square array during clear_unused_attributes
Tip revision: 14a1b1c
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