Skip to content

Commit

Permalink
remove temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Aug 27, 2019
1 parent c74d214 commit 2ea9ce9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION coveralls
- source activate test-environment
- conda env update -n test-environment -f environment.yml
- pip install git+https://github.com/HERA-Team/linsolve.git #only required till it updates
- pip install git+https://github.com/HERA-Team/uvtools.git #only required till it updates
- pip install git+https://github.com/HERA-Team/hera_cal.git
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
pip install scikit-learn==0.20.3;
else
pip install scikit-learn;
fi
- pip install .

before_script:
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ From the source `hera_pspec` directory run: `nosetests`.

## Running `hera_pspec`

See the documentation for an [overview and examples](http://hera-pspec.readthedocs.io/en/latest/pspec.html) of how to run `hera_pspec`. There are also some example Jupyter notebooks, including [`examples/PS_estimation_examples.ipynb`](examples/PS_estimation_example.ipynb) (a brief tutorial on how to create delay spectra), and [`examples/PSpecBeam_tutorial.ipynb`](examples/PSpecBeam_tutorial.ipynb) (a brief tutorial on handling beam objects).
See the documentation for an
[overview and examples](http://hera-pspec.readthedocs.io/en/latest/pspec.html)
of how to run `hera_pspec`. There are also some example Jupyter notebooks,
including [`examples/PS_estimation_examples.ipynb`](examples/PS_estimation_example.ipynb)
(a brief tutorial on how to create delay spectra), and
[`examples/PSpecBeam_tutorial.ipynb`](examples/PSpecBeam_tutorial.ipynb) (a brief
tutorial on handling beam objects).

0 comments on commit 2ea9ce9

Please sign in to comment.