https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 09dbee4f2718242417f069d84149b310ca4d35b5 authored by Bryna Hazelton on 28 July 2021, 19:17:50 UTC, committed by Matthew Kolopanis on 25 August 2021, 15:53:19 UTC
1 parent 5563633
Raw File
Tip revision: 09dbee4f2718242417f069d84149b310ca4d35b5 authored by Bryna Hazelton on 28 July 2021, 19:17:50 UTC
Add test for flag_array not allowed to be integer
Tip revision: 09dbee4
pyuvdata_tests_windows.yml
name: pyuvdata_tests_windows
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - h5py
  - astropy-healpix
  - numpy
  - pyerfa>=2.0
  - pyyaml
  - scipy
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top