https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dce3dca1b79bd07d136af9465c7cc815f669c016 authored by Matthew Kolopanis on 22 April 2019, 18:06:08 UTC, committed by Bryna Hazelton on 22 April 2019, 20:13:11 UTC
1 parent 669b485
Raw File
Tip revision: dce3dca1b79bd07d136af9465c7cc815f669c016 authored by Matthew Kolopanis on 22 April 2019, 18:06:08 UTC
read_uvh5 --> read_uvfits in tutorial.rst
Tip revision: dce3dca
test_coverage.sh
#! /bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/..

python setup.py install

cd pyuvdata/tests
nosetests --with-coverage --cover-erase --cover-package=pyuvdata --cover-html "$@"
back to top