https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4ac96a6efc246f777adb5dd1407861f3ccd792bf authored by Matthew Kolopanis on 26 January 2021, 16:34:07 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent 9f91b75
Raw File
Tip revision: 4ac96a6efc246f777adb5dd1407861f3ccd792bf authored by Matthew Kolopanis on 26 January 2021, 16:34:07 UTC
added some docstrings; explain it operates in place.
Tip revision: 4ac96a6
pyuvdata_tests_windows.yml
name: pyuvdata_tests_windows
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - h5py
  - astropy-healpix
  - numpy
  - pyyaml
  - scipy
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top