https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 92a1c40c56cf8c154899d6d296e881b47a9b5d1b authored by Bryna Hazelton on 21 July 2021, 22:20:38 UTC, committed by kartographer on 11 August 2021, 15:07:35 UTC
this is breaking tests on the Linux Conda builds and it's not clear we need this level of tolerance.
1 parent d08556f
Raw File
Tip revision: 92a1c40c56cf8c154899d6d296e881b47a9b5d1b authored by Bryna Hazelton on 21 July 2021, 22:20:38 UTC
reduce the tolerance on `real_if_close` to numpy default tolerance
Tip revision: 92a1c40
hera_qm.yml
name: hera_qm
channels:
  - conda-forge
  - defaults
dependencies:
  - aipy
  - astropy>=4.2.1
  - astropy-healpix
  - h5py
  - matplotlib
  - numpy
  - pip
  - pyephem
  - pytest
  - pytest-cov
  - pyyaml
  - scikit-learn
  - scipy
  - setuptools_scm
  - pip:
    - git+https://github.com/HERA-Team/omnical.git
    - git+https://github.com/HERA-Team/uvtools.git
    - git+https://github.com/HERA-Team/hera_cal.git
back to top